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
Alexander Shishkov
c0506314b2
fixed #1436
13 years ago
Vadim Pisarevsky
846e37ded5
fixed many warnings from GCC 4.6.1
13 years ago
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
13 years ago
Andrey Pavlenko
20cceb8fdf
moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API
13 years ago
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
13 years ago
Andrey Pavlenko
36890cc959
( #1636 ) Java API: adding undistortPoints() support and smoke test; minor improvements in Java stuff
13 years ago
Alexander Shishkov
d68311b9eb
fixed #1554
13 years ago
Alexander Shishkov
be63ce723f
#1672
...
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
13 years ago
Andrey Kamaev
aeaae8b057
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
13 years ago
Andrey Kamaev
2f4bb580fc
Fixed some build warnings; slightly improved python search
13 years ago
Kirill Kornyakov
4fb9196e83
copied a section with explanation of different border types
13 years ago
Andrey Kamaev
e426dfc396
Fixed #1613 : removed YUV420i color conversion constants
13 years ago
Victoria Zhislina
0630e7010e
CV_USE_UNROLLED for imgproc
13 years ago
Andrey Kamaev
ff2af7d8bb
Fixed Canny
13 years ago
Vadim Pisarevsky
bb93e3ab8a
added color canny; improved Algorithm class implementation
13 years ago
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
13 years ago
Vladislav Vinogradov
18c48196f8
fixed compile error
13 years ago
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
13 years ago
Alexander Reshetnikov
6ead21b1a2
added licenses to some tests; updated new highgui tests
13 years ago
Vadim Pisarevsky
53c39a7a53
added getGaborKernel function
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Vadim Pisarevsky
00a58c9af8
fixed bug #1422 (thanks to jondo for the patch)
13 years ago
Alexander Reshetnikov
07fa62f0c4
some design code changes in new tests
13 years ago
Vadim Pisarevsky
18ce0dff24
fixed bug #1552
13 years ago
Vadim Pisarevsky
4f86af7e16
fixed bug #1531 . added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed.
13 years ago
Kirill Kornyakov
c946a740bb
Optimized version of adaptiveThreshold added
13 years ago