Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
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
|
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 |
Vadim Pisarevsky
|
903c05db1a
|
added another contour perimeter test and fixed bug #216
|
13 years ago |
Vadim Pisarevsky
|
befa9b3109
|
fixed chi-square test, ticket #1263
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
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 Kamaev
|
2f4bb580fc
|
Fixed some build warnings; slightly improved python search
|
13 years ago |
Alexander Reshetnikov
|
6ead21b1a2
|
added licenses to some tests; updated new highgui tests
|
13 years ago |
Alexander Reshetnikov
|
07fa62f0c4
|
some design code changes in new tests
|
13 years ago |
Alexander Reshetnikov
|
cec641fb83
|
completed test for boundingRect function
|
13 years ago |
Alexander Reshetnikov
|
b5bbce5b54
|
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).
|
13 years ago |
Alexander Reshetnikov
|
a3d2020db0
|
countNonZero & boundingRect tests - added first versions
|
13 years ago |
Andrey Kamaev
|
fb2fad52a2
|
Fixed bug in cv::pyrUp. Reenabled accuracy test.
|
13 years ago |
Vadim Pisarevsky
|
3dafdd6a79
|
added 16s support to cv::threshold.
|
13 years ago |
Vadim Pisarevsky
|
32ed1bf858
|
added phaseCorrelate function by Will Lucas.
|
13 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
14 years ago |
Vadim Pisarevsky
|
2c1e913b2d
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
|
14 years ago |
Vadim Pisarevsky
|
262fc33024
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
|
14 years ago |
Vadim Pisarevsky
|
1a0b1d2aea
|
improved CV_RGBHSV_FULL accuracy (ticket #938)
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Vadim Pisarevsky
|
ae8f2eeac2
|
restored img_proc_test main() call; removed windows.h from ml.hpp
|
14 years ago |
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
14 years ago |
Vadim Pisarevsky
|
9ca45daba3
|
fixed couple of integral-related bugs
|
14 years ago |
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
e06557c4a1
|
temporarily disabled PyramidUp test (it crashes)
|
14 years ago |
Vadim Pisarevsky
|
d9ab1d2b92
|
fixed build on Windows with MSVC2010
|
14 years ago |
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |