Vadim Pisarevsky [Fri, 27 Apr 2012 13:06:16 +0000 (13:06 +0000)]
added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*"
Alexander Smorkalov [Fri, 27 Apr 2012 12:49:21 +0000 (12:49 +0000)]
Base code for new sample added.
Vadim Pisarevsky [Fri, 27 Apr 2012 12:07:56 +0000 (12:07 +0000)]
added test to check #1737
Andrey Kamaev [Fri, 27 Apr 2012 11:32:40 +0000 (11:32 +0000)]
Updated latentSVM tests and data
Andrey Kamaev [Fri, 27 Apr 2012 08:58:29 +0000 (08:58 +0000)]
Minor documentation fix
Andrey Kamaev [Fri, 27 Apr 2012 08:28:40 +0000 (08:28 +0000)]
Increased test threshold for arm
Andrey Kamaev [Thu, 26 Apr 2012 21:40:34 +0000 (21:40 +0000)]
#1854 Fixed Mac OS X build with Clang
Andrey Kamaev [Thu, 26 Apr 2012 21:37:27 +0000 (21:37 +0000)]
Reenabled OpponentSIFT test;
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
Andrey Pavlenko [Thu, 26 Apr 2012 15:56:01 +0000 (15:56 +0000)]
adding VIEW_MODE_PIXELIZE to the 'image manipulations' sample
Vadim Pisarevsky [Thu, 26 Apr 2012 13:32:27 +0000 (13:32 +0000)]
added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827
Andrey Kamaev [Thu, 26 Apr 2012 11:58:06 +0000 (11:58 +0000)]
Fixed build warnings
Alexander Smorkalov [Thu, 26 Apr 2012 11:38:07 +0000 (11:38 +0000)]
Bug #1822 Native camera does not work on Samsung Galaxy SII with Android ICS 4.0.3 was fixed. All binary libs were rebuilt.
Andrey Kamaev [Thu, 26 Apr 2012 11:06:34 +0000 (11:06 +0000)]
Fixed compiler flags for debug builds
Andrey Kamaev [Thu, 26 Apr 2012 11:05:36 +0000 (11:05 +0000)]
run.py: Automatically enable color output in android tests (posix shell only)
Alexander Shishkov [Thu, 26 Apr 2012 07:39:11 +0000 (07:39 +0000)]
update FFMPEG wrapper binaries
Vadim Pisarevsky [Thu, 26 Apr 2012 07:38:35 +0000 (07:38 +0000)]
avoid use of "AVFrame::best_effort_timestamp"
Alexander Shishkov [Thu, 26 Apr 2012 07:08:40 +0000 (07:08 +0000)]
update FFMPEG wrapper binaries
Vadim Pisarevsky [Thu, 26 Apr 2012 07:07:37 +0000 (07:07 +0000)]
ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7
Vadim Pisarevsky [Wed, 25 Apr 2012 17:32:14 +0000 (17:32 +0000)]
propagated changes for retina filters from trunk to 2.4
Andrey Kamaev [Wed, 25 Apr 2012 16:03:01 +0000 (16:03 +0000)]
Fixed SURF behavior - from now it always returns keypoints in the same order
Vadim Pisarevsky [Wed, 25 Apr 2012 14:48:15 +0000 (14:48 +0000)]
fixed HighguiFramecount.regression test (and renamed it to Highgui_Video.framecount)
Vadim Pisarevsky [Wed, 25 Apr 2012 14:31:54 +0000 (14:31 +0000)]
added PSNR function to imgproc; refactored highgui positioning test (which still fails)
Alexander Shishkov [Wed, 25 Apr 2012 12:58:42 +0000 (12:58 +0000)]
update FFMPEG wrapper binaries
Vadim Pisarevsky [Wed, 25 Apr 2012 12:56:09 +0000 (12:56 +0000)]
refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541)
Andrey Kamaev [Wed, 25 Apr 2012 11:33:11 +0000 (11:33 +0000)]
Fixed most of the floating-point accuracy problems for x86 gcc
Vladislav Vinogradov [Wed, 25 Apr 2012 09:28:22 +0000 (09:28 +0000)]
merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation)
Vladislav Vinogradov [Wed, 25 Apr 2012 09:26:00 +0000 (09:26 +0000)]
merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test)
Vladislav Vinogradov [Wed, 25 Apr 2012 09:23:16 +0000 (09:23 +0000)]
merged bug fix from r8179 (ORB_GPU)
Andrey Pavlenko [Wed, 25 Apr 2012 09:00:50 +0000 (09:00 +0000)]
Java API: fixing Mat::put() for non-continuous Mat-s, adding/improving tests
Vadim Pisarevsky [Wed, 25 Apr 2012 08:59:37 +0000 (08:59 +0000)]
added Matx<4,4>*Scalar operator (ticket #1830)
Vadim Pisarevsky [Wed, 25 Apr 2012 08:41:57 +0000 (08:41 +0000)]
fixed python version in yet another place.
Vadim Pisarevsky [Wed, 25 Apr 2012 08:39:21 +0000 (08:39 +0000)]
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804
Andrey Pavlenko [Wed, 25 Apr 2012 05:25:17 +0000 (05:25 +0000)]
removing extra quotes that causes build failure
Vadim Pisarevsky [Tue, 24 Apr 2012 15:16:21 +0000 (15:16 +0000)]
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
Vadim Pisarevsky [Tue, 24 Apr 2012 14:56:56 +0000 (14:56 +0000)]
fixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801)
Andrey Kamaev [Tue, 24 Apr 2012 14:32:25 +0000 (14:32 +0000)]
Android build scripts for Windows are updated to recognize ninja
Vadim Pisarevsky [Tue, 24 Apr 2012 14:22:05 +0000 (14:22 +0000)]
fixed bug in Python's calcEMD2 (ticket #1763)
Vadim Pisarevsky [Tue, 24 Apr 2012 13:08:56 +0000 (13:08 +0000)]
avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839)
Vadim Pisarevsky [Tue, 24 Apr 2012 13:01:47 +0000 (13:01 +0000)]
fixed typo in the installation guide (ticket #1844)
Vadim Pisarevsky [Tue, 24 Apr 2012 12:54:49 +0000 (12:54 +0000)]
corrected typo (ticket #1843). added note about imdecode & imencode
Vadim Pisarevsky [Tue, 24 Apr 2012 12:45:19 +0000 (12:45 +0000)]
added "Matx*Vec -> Vec" operator (ticket #1830)
Marina Kolpakova [Tue, 24 Apr 2012 10:07:14 +0000 (10:07 +0000)]
fixed bug #1821
Marina Kolpakova [Tue, 24 Apr 2012 09:30:21 +0000 (09:30 +0000)]
minor tab fix
Marina Kolpakova [Tue, 24 Apr 2012 09:26:34 +0000 (09:26 +0000)]
fixed duplicated paragraph
Andrey Kamaev [Tue, 24 Apr 2012 07:30:38 +0000 (07:30 +0000)]
Configuration name is added to the CMake status report
Andrey Kamaev [Tue, 24 Apr 2012 07:13:50 +0000 (07:13 +0000)]
Fixed dependencies for cmake status embeeded into opencv core
Andrey Kamaev [Tue, 24 Apr 2012 06:51:21 +0000 (06:51 +0000)]
Fixed assertions in java tests for ORB
Andrey Kamaev [Tue, 24 Apr 2012 06:05:57 +0000 (06:05 +0000)]
Added CUDA version to CMake status
Alexander Reshetnikov [Mon, 23 Apr 2012 16:12:24 +0000 (16:12 +0000)]
Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837)
Andrey Kamaev [Mon, 23 Apr 2012 12:39:18 +0000 (12:39 +0000)]
Fixed Android manifest install
Vadim Pisarevsky [Mon, 23 Apr 2012 12:29:23 +0000 (12:29 +0000)]
NORM_L2SQR added too (ticket #1840)
Vadim Pisarevsky [Mon, 23 Apr 2012 12:19:02 +0000 (12:19 +0000)]
added NORM_HAMMING* support to cv::norm (ticket #1840)
Andrey Kamaev [Mon, 23 Apr 2012 10:52:27 +0000 (10:52 +0000)]
Fixed ffmpeg dll copying under mingw
Andrey Kamaev [Mon, 23 Apr 2012 08:54:15 +0000 (08:54 +0000)]
Make ocv_include_directories a function to minimize problems with windows backslashes
Andrey Pavlenko [Mon, 23 Apr 2012 07:10:58 +0000 (07:10 +0000)]
fixing compilation for Android
Andrey Kamaev [Sun, 22 Apr 2012 14:50:09 +0000 (14:50 +0000)]
Fixed build with mingw 4.4.0
Andrey Pavlenko [Sun, 22 Apr 2012 11:44:16 +0000 (11:44 +0000)]
Java API: fixing Mat::get() for non-continuous Mat-s.
Vadim Pisarevsky [Fri, 20 Apr 2012 17:03:02 +0000 (17:03 +0000)]
wrapped Algorithm class.
Andrey Kamaev [Fri, 20 Apr 2012 16:00:49 +0000 (16:00 +0000)]
Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected)
Andrey Kamaev [Fri, 20 Apr 2012 15:33:34 +0000 (15:33 +0000)]
Set sanity thresholds for several performance tests
Vadim Pisarevsky [Fri, 20 Apr 2012 15:32:54 +0000 (15:32 +0000)]
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.
Alexander Reshetnikov [Fri, 20 Apr 2012 13:29:10 +0000 (13:29 +0000)]
Added resources release for AVT cameras (ticket #1814)
Andrey Kamaev [Fri, 20 Apr 2012 13:22:19 +0000 (13:22 +0000)]
Minor update for new Ninja cmake generator
Andrey Morozov [Fri, 20 Apr 2012 12:18:40 +0000 (12:18 +0000)]
minor fix in calculate bitrate
Andrey Morozov [Fri, 20 Apr 2012 11:58:31 +0000 (11:58 +0000)]
minor fix in calculate bitrate
Andrey Kamaev [Thu, 19 Apr 2012 22:33:46 +0000 (22:33 +0000)]
Updated for cmake 2.8.8
Andrey Kamaev [Thu, 19 Apr 2012 15:45:40 +0000 (15:45 +0000)]
Fixed verbosity of badarg tests
Andrey Pavlenko [Thu, 19 Apr 2012 15:27:13 +0000 (15:27 +0000)]
improving Imgproc.convexityDefects() and Imgproc.convexHull()
Andrey Pavlenko [Thu, 19 Apr 2012 15:01:19 +0000 (15:01 +0000)]
fixing stability of testBitmapToMat()
Andrey Pavlenko [Thu, 19 Apr 2012 14:21:56 +0000 (14:21 +0000)]
fixing #1808, Java API improvements
Andrey Pavlenko [Thu, 19 Apr 2012 14:03:38 +0000 (14:03 +0000)]
fixing convexityDefects()
Andrey Kamaev [Wed, 18 Apr 2012 22:02:17 +0000 (22:02 +0000)]
Minor fix for previous commit
Andrey Kamaev [Wed, 18 Apr 2012 21:32:56 +0000 (21:32 +0000)]
Refactored build conditionals in highgui tests
Andrey Kamaev [Wed, 18 Apr 2012 19:46:34 +0000 (19:46 +0000)]
Restored old behavior for OSX
Andrey Kamaev [Wed, 18 Apr 2012 16:16:54 +0000 (16:16 +0000)]
Fixed Calc_Hist under 32-bit gcc
Maria Dimashova [Wed, 18 Apr 2012 14:03:35 +0000 (14:03 +0000)]
fixed AlgorithmInfo::read for read only parameters (thanks to Vadim)
Andrey Kamaev [Wed, 18 Apr 2012 12:58:42 +0000 (12:58 +0000)]
Fixed dependency from opencv_nonfree in Java bindings
Maria Dimashova [Wed, 18 Apr 2012 12:41:23 +0000 (12:41 +0000)]
minor doc fix
Maria Dimashova [Wed, 18 Apr 2012 12:22:46 +0000 (12:22 +0000)]
added doc on cv::EM; moved doc on CvEM to legacy/doc
Maria Dimashova [Wed, 18 Apr 2012 11:56:50 +0000 (11:56 +0000)]
made em params read only; minor renaming
Maria Dimashova [Wed, 18 Apr 2012 11:44:35 +0000 (11:44 +0000)]
fixed misspelling in ertrees doc
Andrey Kamaev [Wed, 18 Apr 2012 08:41:00 +0000 (08:41 +0000)]
Fixed typo; removed duplicated call
Andrey Kamaev [Wed, 18 Apr 2012 08:00:12 +0000 (08:00 +0000)]
Fixed stitching module tests built without nonfree
Alexander Shishkov [Wed, 18 Apr 2012 07:49:43 +0000 (07:49 +0000)]
update FFMPEG wrapper binaries
Alexander Shishkov [Wed, 18 Apr 2012 07:48:47 +0000 (07:48 +0000)]
fixed FFMPEG wrapper compilation on Windows
Andrey Kamaev [Wed, 18 Apr 2012 06:09:31 +0000 (06:09 +0000)]
Probably fixed instability of single-precision floating-point RNG
Alexander Reshetnikov [Tue, 17 Apr 2012 17:18:35 +0000 (17:18 +0000)]
Fixed error in frame positioning (bug #1815)
Andrey Kamaev [Tue, 17 Apr 2012 15:28:10 +0000 (15:28 +0000)]
Probably fixed EM tests failure on x86 platforms (thanks to Maria D.)
Andrey Kamaev [Tue, 17 Apr 2012 11:45:24 +0000 (11:45 +0000)]
#1813 fixed compiler options with profiling enabled
Maria Dimashova [Tue, 17 Apr 2012 06:29:40 +0000 (06:29 +0000)]
refactored train and predict methods of em
Andrey Kamaev [Mon, 16 Apr 2012 21:18:30 +0000 (21:18 +0000)]
Fixed 2 failing python tests
Andrey Kamaev [Mon, 16 Apr 2012 19:38:19 +0000 (19:38 +0000)]
Made OpenCVConfig.cmake friendly to Windows pack
Andrey Kamaev [Mon, 16 Apr 2012 18:17:38 +0000 (18:17 +0000)]
#1809 include unistd.h required for usleep
Andrey Kamaev [Mon, 16 Apr 2012 15:56:27 +0000 (15:56 +0000)]
Fixed failing Video_OpticalFlow.accuracy test
Maria Dimashova [Mon, 16 Apr 2012 15:19:10 +0000 (15:19 +0000)]
fixed test on em (old interface)
Andrey Kamaev [Mon, 16 Apr 2012 15:18:47 +0000 (15:18 +0000)]
run.py: try working directory as a build path if no paths provided
Andrey Kamaev [Mon, 16 Apr 2012 15:17:30 +0000 (15:17 +0000)]
Fixed incorrect asssertion in test
Andrey Kamaev [Mon, 16 Apr 2012 15:00:00 +0000 (15:00 +0000)]
Fixed build warnings
Maria Dimashova [Mon, 16 Apr 2012 14:54:56 +0000 (14:54 +0000)]
updated points_classifier sample to use bayes classifier after distributions estimation by EM
Maria Dimashova [Mon, 16 Apr 2012 13:50:10 +0000 (13:50 +0000)]
removed changes of r8043; fixed 4 broken ml tests by other way