Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Ilya Lysenkov
|
2619221331
|
Spell checked the documentation with VIM (issue #223)
|
13 years ago |
Ilya Lysenkov
|
b07f89dcb1
|
Removed mentions of TBB optimization if users can't actually use it (thanks to Andrey K.)
|
13 years ago |
Ilya Lysenkov
|
2f44610ef3
|
Mentioned in doc if a function is parallelized with the TBB library (issue #421)
|
13 years ago |
Andrey Kamaev
|
b6dac61e96
|
Fixed several documentation warnings and errors.
|
13 years ago |
Vadim Pisarevsky
|
1371c96935
|
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
|
13 years ago |
Ilya Lysenkov
|
553ea7510b
|
Documented valid image types in morphology operations (issue #1679)
|
13 years ago |
Ilya Lysenkov
|
04ac6db04a
|
Added support of CV_16S depth in morphology operations
|
13 years ago |
Vadim Pisarevsky
|
07750a1c7e
|
extended Sobel & Scharr description (ticket #1555). Added CV_32F/CV_64F format combination in sepFilter2D.
|
13 years ago |
Ilya Lysenkov
|
9f20d014c6
|
Added documentation of old Python parameters in cv.DrawContours() (issue #987)
|
13 years ago |
Ilya Lysenkov
|
28cf8cee53
|
Documented the Python version of findContours (issue #1697)
|
13 years ago |
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
13 years ago |
Andrey Kamaev
|
4ee2c486eb
|
#1732 Added YUV422 conversions
|
13 years ago |
Andrey Kamaev
|
24f82c755a
|
Improved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test
|
13 years ago |
Vadim Pisarevsky
|
2fded17f10
|
added notice about the changed behavior of copyMakeBorder in the case of ROI (ticket #1756)
|
13 years ago |
Vadim Pisarevsky
|
3f609c89e2
|
support in-place warpAffine, warpPerspective & remap (feature #1150)
|
13 years ago |
Vadim Pisarevsky
|
e88ff6837a
|
added test for ticket #1719 and added a note about contour self-intersections to the docs
|
13 years ago |
Andrey Kamaev
|
41eb91f5f1
|
Updated performance tests sanity data; fixed some tests
|
13 years ago |
Andrey Kamaev
|
fd31234122
|
Fixed gcc build
|
13 years ago |
Andrey Kamaev
|
470f6fafeb
|
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
|
13 years ago |
Andrey Kamaev
|
d95721107c
|
Fixed typo.
|
13 years ago |
Andrey Kamaev
|
124ceb96a7
|
#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.
|
13 years ago |
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
13 years ago |
Vadim Pisarevsky
|
7fb8e9d328
|
added borderType to pyrDown, pyrUp & buildPyramid (patch #925)
|
13 years ago |
Andrey Kamaev
|
0d18d19ad6
|
Fixed Android build warnings
|
13 years ago |
Andrey Pavlenko
|
aea24ffcd5
|
#796, #1701 fixing doc vs code arg-s naming consistency
|
13 years ago |
Vadim Pisarevsky
|
22a0d6b7d1
|
possible fix for #1396
|
13 years ago |
Ivan Korolev
|
856aaee8cd
|
Fixed the path to the testdata.
|
13 years ago |
Ivan Korolev
|
44d4e85d9e
|
Fixed the path to the testdata.
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Andrey Kamaev
|
7e5726e251
|
Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.)
|
13 years ago |
Vadim Pisarevsky
|
2598736ac2
|
added description of cv::convexityDefect
|
13 years ago |
Vadim Pisarevsky
|
e36ad50825
|
added cv::convexityDefects (ticket #796)
|
13 years ago |
Vadim Pisarevsky
|
0b234b7a69
|
rewritten floodfill in generic style; added CV_32S flavor (ticket #1482)
|
13 years ago |
Vadim Pisarevsky
|
4eda1662aa
|
switched back to FitEllipse algorithm by Dr. Daniel Weiss; improved its accuracy in some cases. It fixes #1638
|
13 years ago |
Andrey Kamaev
|
94c258cf15
|
#1205 fixed ~100 of ~700 parameters
|
13 years ago |
Andrey Kamaev
|
d6d1ff0ac5
|
Added regression test for #1652
|
13 years ago |
Andrey Kamaev
|
700c1665c9
|
Fixed 2 spontaneously failing tests
|
13 years ago |
Marina Kolpakova
|
f5152500be
|
fixed #1373
|
13 years ago |
Marina Kolpakova
|
dd01861de2
|
test case from ticket #1650
|
13 years ago |
Andrey Kamaev
|
09490188b3
|
#1365 Fixed numerous bugs in Bayer2RGB_VNG_8u SSE optimization, added simple regression test
|
13 years ago |
Alexander Shishkov
|
c9efcf8d1f
|
fixed #1616
|
13 years ago |
Vadim Pisarevsky
|
7a62413c94
|
added houghcircles sample, improved circle detection (ticket #951)
|
13 years ago |
Vadim Pisarevsky
|
e8fab91d51
|
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
|
13 years ago |
Vadim Pisarevsky
|
903c05db1a
|
added another contour perimeter test and fixed bug #216
|
13 years ago |
Vadim Pisarevsky
|
7a59d6c77e
|
improved convergence of minEnclosingCircle algorithm, patch #947 (thanks to Hannes Sommer)
|
13 years ago |
Andrey Kamaev
|
4c58fff3f7
|
Added cvPyrUp signature to the documentation #1670
|
13 years ago |
Vadim Pisarevsky
|
098fc1a62e
|
fixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for the patch)
|
13 years ago |
Vadim Pisarevsky
|
befa9b3109
|
fixed chi-square test, ticket #1263
|
13 years ago |
Vadim Pisarevsky
|
f196dd5ff7
|
preliminary version of a multi-level findcontours
|
13 years ago |