51 Commits (7a2eb514fa9e2fadc3d919a1ab7a29a5f8d3654b)

Author SHA1 Message Date
Vadim Pisarevsky 9c0f556d88 fixed a few compile warnings and errors with VS2010. 12 years ago
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 12 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago
Andrey Kamaev d9c74f63e1 All tests writing temporary files are updated to use cv::tempfile() function 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Marina Kolpakova 83390ea4e1 performance test for INTER_AREA resize has been added. 13 years ago
Marina Kolpakova 8231d0d11d fixed for resize with INTER AREA. Since now we divide by convolved area 13 years ago
Marina Kolpakova eabd757def fixed build 13 years ago
Marina Kolpakova d192117e86 GPU resize with INTER_AREA 13 years ago
Andrey Kamaev e309c51430 Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast) 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 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
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
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