Commit Graph

3166 Commits

Author SHA1 Message Date
Andrey Kamaev
09140c2fc6 Reenabled OpponentSIFT test;
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
2012-04-26 21:37:27 +00:00
Vadim Pisarevsky
f87c2e49db added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827 2012-04-26 13:32:27 +00:00
Andrey Kamaev
b93d3d7a55 Fixed build warnings 2012-04-26 11:58:06 +00:00
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. 2012-04-26 11:38:07 +00:00
Andrey Kamaev
f208535bb6 run.py: Automatically enable color output in android tests (posix shell only) 2012-04-26 11:05:36 +00:00
Vadim Pisarevsky
fcbfc030ef avoid use of "AVFrame::best_effort_timestamp" 2012-04-26 07:38:35 +00:00
Vadim Pisarevsky
bc3c49518d ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7 2012-04-26 07:07:37 +00:00
Vadim Pisarevsky
c9e6efc263 propagated changes for retina filters from trunk to 2.4 2012-04-25 17:32:14 +00:00
Andrey Kamaev
db3f9b139b Fixed SURF behavior - from now it always returns keypoints in the same order 2012-04-25 16:03:01 +00:00
Vadim Pisarevsky
562e404224 fixed HighguiFramecount.regression test (and renamed it to Highgui_Video.framecount) 2012-04-25 14:48:15 +00:00
Vadim Pisarevsky
fb292b1b27 added PSNR function to imgproc; refactored highgui positioning test (which still fails) 2012-04-25 14:31:54 +00:00
Vadim Pisarevsky
c0fcfcc7d8 refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541) 2012-04-25 12:56:09 +00:00
Andrey Kamaev
8d130ff10c Fixed most of the floating-point accuracy problems for x86 gcc 2012-04-25 11:33:11 +00:00
Vladislav Vinogradov
a6c261bebd merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation) 2012-04-25 09:28:22 +00:00
Vladislav Vinogradov
e467ece19c merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test) 2012-04-25 09:26:00 +00:00
Vladislav Vinogradov
916d07cf2c merged bug fix from r8179 (ORB_GPU) 2012-04-25 09:23:16 +00:00
Andrey Pavlenko
ea735a0475 Java API: fixing Mat::put() for non-continuous Mat-s, adding/improving tests 2012-04-25 09:00:50 +00:00
Vadim Pisarevsky
87888984a5 added Matx<4,4>*Scalar operator (ticket #1830) 2012-04-25 08:59:37 +00:00
Vadim Pisarevsky
ed1932dfa1 fixed python version in yet another place. 2012-04-25 08:41:57 +00:00
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 2012-04-25 08:39:21 +00:00
Vadim Pisarevsky
866d8c0cfa added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 2012-04-24 15:16:21 +00:00
Vadim Pisarevsky
47ee844df6 fixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801) 2012-04-24 14:56:56 +00:00
Vadim Pisarevsky
a110dc14ca fixed bug in Python's calcEMD2 (ticket #1763) 2012-04-24 14:22:05 +00:00
Vadim Pisarevsky
ad8258f872 avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839) 2012-04-24 13:08:56 +00:00
Vadim Pisarevsky
75b1788c6b added "Matx*Vec -> Vec" operator (ticket #1830) 2012-04-24 12:45:19 +00:00
Marina Kolpakova
476c453ef6 fixed bug #1821 2012-04-24 10:07:14 +00:00
Marina Kolpakova
99aed4713f minor tab fix 2012-04-24 09:30:21 +00:00
Marina Kolpakova
f1a0ab365d fixed duplicated paragraph 2012-04-24 09:26:34 +00:00
Andrey Kamaev
019122fba7 Fixed dependencies for cmake status embeeded into opencv core 2012-04-24 07:13:50 +00:00
Andrey Kamaev
b7aacb6a93 Fixed assertions in java tests for ORB 2012-04-24 06:51:21 +00:00
Alexander Reshetnikov
4b5b7bdb5a Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837) 2012-04-23 16:12:24 +00:00
Andrey Kamaev
cddadc04b7 Fixed Android manifest install 2012-04-23 12:39:18 +00:00
Vadim Pisarevsky
b8e70ea6c9 NORM_L2SQR added too (ticket #1840) 2012-04-23 12:29:23 +00:00
Vadim Pisarevsky
40f2c716af added NORM_HAMMING* support to cv::norm (ticket #1840) 2012-04-23 12:19:02 +00:00
Andrey Kamaev
8dae3431c7 Fixed ffmpeg dll copying under mingw 2012-04-23 10:52:27 +00:00
Andrey Pavlenko
9eded52ce5 fixing compilation for Android 2012-04-23 07:10:58 +00:00
Andrey Kamaev
e4303dc96f Fixed build with mingw 4.4.0 2012-04-22 14:50:09 +00:00
Andrey Pavlenko
3c0e9d12f7 Java API: fixing Mat::get() for non-continuous Mat-s. 2012-04-22 11:44:16 +00:00
Vadim Pisarevsky
9213bba48a wrapped Algorithm class. 2012-04-20 17:03:02 +00:00
Andrey Kamaev
d46659f6cc Set sanity thresholds for several performance tests 2012-04-20 15:33:34 +00:00
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. 2012-04-20 15:32:54 +00:00
Alexander Reshetnikov
3d108958e7 Added resources release for AVT cameras (ticket #1814) 2012-04-20 13:29:10 +00:00
Andrey Morozov
720dc231e8 minor fix in calculate bitrate 2012-04-20 12:18:40 +00:00
Andrey Morozov
742668434c minor fix in calculate bitrate 2012-04-20 11:58:31 +00:00
Andrey Kamaev
247e2d085f Updated for cmake 2.8.8 2012-04-19 22:33:46 +00:00
Andrey Kamaev
3a4c14e549 Fixed verbosity of badarg tests 2012-04-19 15:45:40 +00:00
Andrey Pavlenko
dbccc9b129 improving Imgproc.convexityDefects() and Imgproc.convexHull() 2012-04-19 15:27:13 +00:00
Andrey Pavlenko
2ec0efaae5 fixing stability of testBitmapToMat() 2012-04-19 15:01:19 +00:00
Andrey Pavlenko
2513f5d3c7 fixing #1808, Java API improvements 2012-04-19 14:21:56 +00:00
Andrey Pavlenko
13427c0cdf fixing convexityDefects() 2012-04-19 14:03:38 +00:00