3225 Commits (0bd287a8f244dda4102530546085b41acaf392ed)

Author SHA1 Message Date
Andrey Pavlenko 3a922a535c adding one more assertion to a Java test 13 years ago
Vadim Pisarevsky 7ac713405f put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng) 13 years ago
Alexander Shishkov da0080dd15 fixed #1855 13 years ago
Alexander Shishkov a07724aea2 fixed #1841 13 years ago
Vadim Pisarevsky c78d056ef6 added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*" 13 years ago
Vadim Pisarevsky d60caea559 added test to check #1737 13 years ago
Andrey Kamaev 2a39128268 Updated latentSVM tests and data 13 years ago
Andrey Kamaev f14d80ab44 Minor documentation fix 13 years ago
Andrey Kamaev 33134ecb87 Increased test threshold for arm 13 years ago
Andrey Kamaev 09140c2fc6 Reenabled OpponentSIFT test; 13 years ago
Vadim Pisarevsky f87c2e49db added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827 13 years ago
Andrey Kamaev b93d3d7a55 Fixed build warnings 13 years ago
Alexander Smorkalov 5c6de77fc8 Bug #1822 Native camera does not work on Samsung Galaxy SII with Android ICS 4.0.3 was fixed. All binary libs were rebuilt. 13 years ago
Andrey Kamaev f208535bb6 run.py: Automatically enable color output in android tests (posix shell only) 13 years ago
Vadim Pisarevsky fcbfc030ef avoid use of "AVFrame::best_effort_timestamp" 13 years ago
Vadim Pisarevsky bc3c49518d ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7 13 years ago
Vadim Pisarevsky c9e6efc263 propagated changes for retina filters from trunk to 2.4 13 years ago
Andrey Kamaev db3f9b139b Fixed SURF behavior - from now it always returns keypoints in the same order 13 years ago
Vadim Pisarevsky 562e404224 fixed HighguiFramecount.regression test (and renamed it to Highgui_Video.framecount) 13 years ago
Vadim Pisarevsky fb292b1b27 added PSNR function to imgproc; refactored highgui positioning test (which still fails) 13 years ago
Vadim Pisarevsky c0fcfcc7d8 refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541) 13 years ago
Andrey Kamaev 8d130ff10c Fixed most of the floating-point accuracy problems for x86 gcc 13 years ago
Vladislav Vinogradov a6c261bebd merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation) 13 years ago
Vladislav Vinogradov e467ece19c merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test) 13 years ago
Vladislav Vinogradov 916d07cf2c merged bug fix from r8179 (ORB_GPU) 13 years ago
Andrey Pavlenko ea735a0475 Java API: fixing Mat::put() for non-continuous Mat-s, adding/improving tests 13 years ago
Vadim Pisarevsky 87888984a5 added Matx<4,4>*Scalar operator (ticket #1830) 13 years ago
Vadim Pisarevsky ed1932dfa1 fixed python version in yet another place. 13 years ago
Vadim Pisarevsky 30f1ab059b make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804 13 years ago
Vadim Pisarevsky 866d8c0cfa added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 13 years ago
Vadim Pisarevsky 47ee844df6 fixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801) 13 years ago
Vadim Pisarevsky a110dc14ca fixed bug in Python's calcEMD2 (ticket #1763) 13 years ago
Vadim Pisarevsky ad8258f872 avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839) 13 years ago
Vadim Pisarevsky 75b1788c6b added "Matx*Vec -> Vec" operator (ticket #1830) 13 years ago
Marina Kolpakova 476c453ef6 fixed bug #1821 13 years ago
Marina Kolpakova 99aed4713f minor tab fix 13 years ago
Marina Kolpakova f1a0ab365d fixed duplicated paragraph 13 years ago
Andrey Kamaev 019122fba7 Fixed dependencies for cmake status embeeded into opencv core 13 years ago
Andrey Kamaev b7aacb6a93 Fixed assertions in java tests for ORB 13 years ago
Alexander Reshetnikov 4b5b7bdb5a Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837) 13 years ago
Andrey Kamaev cddadc04b7 Fixed Android manifest install 13 years ago
Vadim Pisarevsky b8e70ea6c9 NORM_L2SQR added too (ticket #1840) 13 years ago
Vadim Pisarevsky 40f2c716af added NORM_HAMMING* support to cv::norm (ticket #1840) 13 years ago
Andrey Kamaev 8dae3431c7 Fixed ffmpeg dll copying under mingw 13 years ago
Andrey Pavlenko 9eded52ce5 fixing compilation for Android 13 years ago
Andrey Kamaev e4303dc96f Fixed build with mingw 4.4.0 13 years ago
Andrey Pavlenko 3c0e9d12f7 Java API: fixing Mat::get() for non-continuous Mat-s. 13 years ago
Vadim Pisarevsky 9213bba48a wrapped Algorithm class. 13 years ago
Andrey Kamaev d46659f6cc Set sanity thresholds for several performance tests 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago