platform/upstream/opencv.git
12 years agogpu: added Cascade and mulAndScaleSpectrums perf tests
Anatoly Baksheev [Tue, 22 May 2012 18:58:01 +0000 (18:58 +0000)]
gpu: added Cascade and mulAndScaleSpectrums perf tests

12 years agoexposed MSER to python again
Alexander Mordvintsev [Tue, 22 May 2012 15:53:39 +0000 (15:53 +0000)]
exposed MSER to python again

12 years agocv::Exception handling added. Multithreading bug fixed.
Alexander Smorkalov [Tue, 22 May 2012 14:47:40 +0000 (14:47 +0000)]
cv::Exception handling added. Multithreading bug fixed.

12 years agoupdated filters performance tests in gpu module
Vladislav Vinogradov [Tue, 22 May 2012 13:59:40 +0000 (13:59 +0000)]
updated filters performance tests in gpu module

12 years agoAdded a check of the DetectionBasedTracker's inner state in the main thread function...
Leonid Beynenson [Tue, 22 May 2012 13:24:37 +0000 (13:24 +0000)]
Added a check of the DetectionBasedTracker's inner state in the main thread function of this class.
This change should fix a multithread bug in the class.

12 years agoarithm test gpu tests for cpu :)
Anatoly Baksheev [Tue, 22 May 2012 13:15:22 +0000 (13:15 +0000)]
arithm test gpu tests for cpu :)

12 years agoFace detection example updated. Dtetection base tracker mode added.
Alexander Smorkalov [Tue, 22 May 2012 12:21:26 +0000 (12:21 +0000)]
Face detection example updated. Dtetection base tracker mode added.

12 years agofixed gpu-vs-cpu performance tests
Vladislav Vinogradov [Tue, 22 May 2012 11:27:45 +0000 (11:27 +0000)]
fixed gpu-vs-cpu performance tests

12 years agofixed #1969
Alexander Mordvintsev [Tue, 22 May 2012 11:21:25 +0000 (11:21 +0000)]
fixed #1969

12 years agoupdated gpu-vs-cpu performance tests
Vladislav Vinogradov [Tue, 22 May 2012 10:29:58 +0000 (10:29 +0000)]
updated gpu-vs-cpu performance tests

12 years agofixed gaussian_mix.py sample
Alexander Mordvintsev [Tue, 22 May 2012 09:11:09 +0000 (09:11 +0000)]
fixed gaussian_mix.py sample

12 years agofixed precom for opencv_perf_gpu_cpu
Anatoly Baksheev [Tue, 22 May 2012 08:54:48 +0000 (08:54 +0000)]
fixed precom for opencv_perf_gpu_cpu

12 years agomade video_dmtx.py description visible in demo.py
Alexander Mordvintsev [Tue, 22 May 2012 08:45:10 +0000 (08:45 +0000)]
made video_dmtx.py description visible in demo.py

12 years agoremoved derivLambda param for LK-tracker
Alexander Mordvintsev [Tue, 22 May 2012 08:43:42 +0000 (08:43 +0000)]
removed derivLambda param for LK-tracker
linetype -> lineType

12 years agoadded cpu performance test for gpu module
Vladislav Vinogradov [Tue, 22 May 2012 08:29:08 +0000 (08:29 +0000)]
added cpu performance test for gpu module

12 years agoFIX: VideoCapture::read() was returning empty image for camera captures
Alexander Mordvintsev [Tue, 22 May 2012 07:58:31 +0000 (07:58 +0000)]
FIX: VideoCapture::read() was returning empty image for camera captures

12 years agoFixed some corner cases of opencv_world configuration
Andrey Kamaev [Mon, 21 May 2012 20:15:17 +0000 (20:15 +0000)]
Fixed some corner cases of opencv_world configuration

12 years agoUpdated to TBB4.0 update 4 for Android build
Andrey Kamaev [Mon, 21 May 2012 19:25:03 +0000 (19:25 +0000)]
Updated to TBB4.0 update 4 for Android build

12 years agoFaceRecognizer class is now derived from Algorithm, therefore it's possible to set...
Vadim Pisarevsky [Mon, 21 May 2012 15:27:40 +0000 (15:27 +0000)]
FaceRecognizer class is now derived from Algorithm, therefore it's possible to set and retrieve the parameters using conventional Algorithm::set and Algorithm::get methods

12 years agofixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro...
Vadim Pisarevsky [Mon, 21 May 2012 14:56:07 +0000 (14:56 +0000)]
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)

12 years agoUpdated tegra optical flow stub
Andrey Kamaev [Mon, 21 May 2012 13:57:36 +0000 (13:57 +0000)]
Updated tegra optical flow stub

12 years agoNow the DetectionBasedTracker will throw exception if it cannot load cascade detector...
Leonid Beynenson [Mon, 21 May 2012 13:54:42 +0000 (13:54 +0000)]
Now the DetectionBasedTracker will throw exception if it cannot load cascade detector from a file.

12 years agoAdded new performance tests for calcOpticalFlowPyrLK and buildOpticalFlowPyramid...
Andrey Kamaev [Mon, 21 May 2012 13:07:53 +0000 (13:07 +0000)]
Added new performance tests for calcOpticalFlowPyrLK and buildOpticalFlowPyramid; extracted private header from lkpyramid.cpp

12 years agoFixed Linux build
Andrey Kamaev [Mon, 21 May 2012 08:53:38 +0000 (08:53 +0000)]
Fixed Linux build

12 years agoinclude nonfree for a couple of f2d samples
Maria Dimashova [Mon, 21 May 2012 08:47:57 +0000 (08:47 +0000)]
include nonfree for a couple of f2d samples

12 years agoRestored QuartzCore framework for OS X
Andrey Kamaev [Sun, 20 May 2012 19:05:36 +0000 (19:05 +0000)]
Restored QuartzCore framework for OS X

12 years agoRefactored highgui libraries search (tested on Windows only)
Andrey Kamaev [Sun, 20 May 2012 18:49:57 +0000 (18:49 +0000)]
Refactored highgui libraries search (tested on Windows only)

12 years agoFixed few MinGW build problems
Andrey Kamaev [Sun, 20 May 2012 18:45:19 +0000 (18:45 +0000)]
Fixed few MinGW build problems

12 years agoFixing Android SDK search on OS X.
Andrey Kamaev [Sun, 20 May 2012 08:26:20 +0000 (08:26 +0000)]
Fixing Android SDK search on OS X.

12 years agoskip of table header in MLData (#1962)
Maria Dimashova [Sat, 19 May 2012 14:34:36 +0000 (14:34 +0000)]
skip of table header in MLData (#1962)

12 years agoRefactored CMake status report for video IO libs
Andrey Kamaev [Sat, 19 May 2012 13:48:36 +0000 (13:48 +0000)]
Refactored CMake status report for video IO libs

12 years agoFixing compile on some MinGW platforms
Andrey Kamaev [Sat, 19 May 2012 10:44:43 +0000 (10:44 +0000)]
Fixing compile on some MinGW platforms

12 years agoAdded Windows paths support to Eigen search.
Andrey Kamaev [Sat, 19 May 2012 10:14:10 +0000 (10:14 +0000)]
Added Windows paths support to Eigen search.

12 years agoMinGW: try -mpreferred-stack-boundary instead of mstackrealign
Andrey Kamaev [Sat, 19 May 2012 08:50:24 +0000 (08:50 +0000)]
MinGW: try -mpreferred-stack-boundary instead of mstackrealign

12 years agoRestored -O2 for MinGW
Andrey Kamaev [Fri, 18 May 2012 17:32:55 +0000 (17:32 +0000)]
Restored -O2 for MinGW

12 years agofixed Mat::diag (#1939)
Maria Dimashova [Fri, 18 May 2012 14:38:54 +0000 (14:38 +0000)]
fixed Mat::diag (#1939)

12 years agoFixed parameter name and copy condition
Andrey Kamaev [Fri, 18 May 2012 13:29:49 +0000 (13:29 +0000)]
Fixed parameter name and copy condition

12 years agoFixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff...
Andrey Kamaev [Fri, 18 May 2012 08:33:19 +0000 (08:33 +0000)]
Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast)

12 years agoFixed problem with manually set PYTHON_PACKAGES_PATH #1891
Andrey Kamaev [Fri, 18 May 2012 07:43:12 +0000 (07:43 +0000)]
Fixed problem with manually set PYTHON_PACKAGES_PATH #1891

12 years agoFixed accumulateWeighted with mask for multichannel matrices #1959
Andrey Kamaev [Fri, 18 May 2012 06:08:14 +0000 (06:08 +0000)]
Fixed accumulateWeighted with mask for multichannel matrices #1959

12 years ago#1932 Fixed SSE instability on mingw32
Andrey Kamaev [Thu, 17 May 2012 20:25:12 +0000 (20:25 +0000)]
#1932 Fixed SSE instability on mingw32

12 years agoFixed MinGW build after r8358
Andrey Kamaev [Thu, 17 May 2012 20:19:48 +0000 (20:19 +0000)]
Fixed MinGW build after r8358

12 years agofix for #1954 (typos)
Andrey Pavlenko [Thu, 17 May 2012 19:36:38 +0000 (19:36 +0000)]
fix for #1954 (typos)

12 years agofixed possible compilation error for macos
Anatoly Baksheev [Thu, 17 May 2012 14:55:29 +0000 (14:55 +0000)]
fixed possible compilation error for macos

12 years agoAndroid samples are updated: onPause()/onResume() release/open camera, a message...
Andrey Pavlenko [Thu, 17 May 2012 14:51:04 +0000 (14:51 +0000)]
Android samples are updated: onPause()/onResume() release/open camera, a message is shown on camera open error, minor fixes in code and resources

12 years agoFixed Algorithm usage example #1904
Andrey Kamaev [Thu, 17 May 2012 10:52:07 +0000 (10:52 +0000)]
Fixed Algorithm usage example #1904

12 years agoRefactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321
Andrey Kamaev [Thu, 17 May 2012 10:29:53 +0000 (10:29 +0000)]
Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321

12 years agoAdded Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi...
Vadim Pisarevsky [Wed, 16 May 2012 16:13:24 +0000 (16:13 +0000)]
Added Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi Shavit)

12 years agoAdded test and workaround for #1942
Andrey Kamaev [Wed, 16 May 2012 15:11:17 +0000 (15:11 +0000)]
Added test and workaround for #1942

12 years agoAdded option to pass pre-computed pyramid to piramidal LK optical flow #1321
Andrey Kamaev [Wed, 16 May 2012 14:52:46 +0000 (14:52 +0000)]
Added option to pass pre-computed pyramid to piramidal LK optical flow #1321

12 years agofixed building avfoundation on MacOSX with iOS targets
Vadim Pisarevsky [Tue, 15 May 2012 15:34:53 +0000 (15:34 +0000)]
fixed building avfoundation on MacOSX with iOS targets

12 years agofixed background update in GMM2 algorithm (ticket #1931)
Vadim Pisarevsky [Tue, 15 May 2012 14:25:07 +0000 (14:25 +0000)]
fixed background update in GMM2 algorithm (ticket #1931)

12 years agoFixed incorrect CMake variable name
Andrey Kamaev [Tue, 15 May 2012 07:43:00 +0000 (07:43 +0000)]
Fixed incorrect CMake variable name

12 years agoApplied patch for IPP linking under MinGW (thanks to Philippe FOUBERT) #1906
Andrey Kamaev [Mon, 14 May 2012 14:56:17 +0000 (14:56 +0000)]
Applied patch for IPP linking under MinGW (thanks to Philippe FOUBERT) #1906

12 years agoFixed typo #1896
Andrey Kamaev [Mon, 14 May 2012 14:51:13 +0000 (14:51 +0000)]
Fixed typo #1896

12 years agoFixed replacement of -O3 with -O2 for mingw compiler #1896
Andrey Kamaev [Mon, 14 May 2012 14:19:28 +0000 (14:19 +0000)]
Fixed replacement of -O3 with -O2 for mingw compiler #1896

12 years agoFixed python version issue #1903
Andrey Kamaev [Mon, 14 May 2012 14:05:25 +0000 (14:05 +0000)]
Fixed python version issue #1903

12 years agoShortened CMake script for opencv_world. Fixed opencv_world link with non-Visual...
Andrey Kamaev [Sun, 13 May 2012 09:34:33 +0000 (09:34 +0000)]
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.

12 years agofixed building opencv_world with VS2010
Vadim Pisarevsky [Sat, 12 May 2012 16:27:40 +0000 (16:27 +0000)]
fixed building opencv_world with VS2010

12 years agoUpdated sanity threshold for convertTo perf test
Andrey Kamaev [Sat, 12 May 2012 15:12:21 +0000 (15:12 +0000)]
Updated sanity threshold for convertTo perf test

12 years agoadded opencv_world module that combines all the other [selected by user] OpenCV modul...
Vadim Pisarevsky [Sat, 12 May 2012 13:54:26 +0000 (13:54 +0000)]
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.

12 years agoUpdated dot profuct function table
Andrey Kamaev [Sat, 12 May 2012 11:44:54 +0000 (11:44 +0000)]
Updated dot profuct function table

12 years agoadded gpu::compare with scalars (Feature #1754)
Vladislav Vinogradov [Sat, 12 May 2012 09:45:21 +0000 (09:45 +0000)]
added gpu::compare with scalars (Feature #1754)

12 years agoColorBlobDetection example. Bug fix. Refactoring.
Alexander Smorkalov [Sat, 12 May 2012 07:38:31 +0000 (07:38 +0000)]
ColorBlobDetection example. Bug fix. Refactoring.

12 years agoadded message that timings doesn't include data transfer to gpu performance sample...
Vladislav Vinogradov [Sat, 12 May 2012 06:28:51 +0000 (06:28 +0000)]
added message that timings doesn't include data transfer to gpu performance sample (Issue #1846)

12 years agoadded support for vector<Mat_<>> in InputArray, OutputArray, split & merge
Vadim Pisarevsky [Fri, 11 May 2012 13:36:48 +0000 (13:36 +0000)]
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge

12 years agofixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918)
Vadim Pisarevsky [Fri, 11 May 2012 12:40:20 +0000 (12:40 +0000)]
fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918)

12 years agopropagated 2 fixed from 2.4 to trunk
Vadim Pisarevsky [Fri, 11 May 2012 11:48:26 +0000 (11:48 +0000)]
propagated 2 fixed from 2.4 to trunk

12 years agofixed build under MacOS (disabled video decoding, it's not supported)
Vladislav Vinogradov [Fri, 11 May 2012 11:48:15 +0000 (11:48 +0000)]
fixed build under MacOS (disabled video decoding, it's not supported)

12 years agodisabled WITH_OPENGL flag under MacOS
Vladislav Vinogradov [Thu, 10 May 2012 09:53:57 +0000 (09:53 +0000)]
disabled WITH_OPENGL flag under MacOS

12 years ago#1902 added workaround for CMake 2.8.2 bug
Andrey Kamaev [Mon, 7 May 2012 14:01:36 +0000 (14:01 +0000)]
#1902 added workaround for CMake 2.8.2 bug

12 years agoAccelerating the completion of video bypass (bug #1893)
Alexander Reshetnikov [Sat, 5 May 2012 17:28:05 +0000 (17:28 +0000)]
Accelerating the completion of video bypass (bug #1893)

12 years agoFixed read error in VideoCapture for images (bug #1892); minor fix of ffmpeg wrapper...
Alexander Reshetnikov [Sat, 5 May 2012 14:43:03 +0000 (14:43 +0000)]
Fixed read error in VideoCapture for images (bug #1892); minor fix of ffmpeg wrapper warning

12 years agoadded check for CMake 2.8.3 for CUDA support
Anatoly Baksheev [Sat, 5 May 2012 09:43:18 +0000 (09:43 +0000)]
added check for CMake 2.8.3 for CUDA support

12 years agoBase version implemented.
Alexander Smorkalov [Fri, 4 May 2012 13:46:00 +0000 (13:46 +0000)]
Base version implemented.

12 years agocompilation for Macos
Anatoly Baksheev [Fri, 4 May 2012 12:11:01 +0000 (12:11 +0000)]
compilation for Macos

12 years agoAdded check for CUDA toolkit version ( older can't compile Kepler )
Anatoly Baksheev [Fri, 4 May 2012 10:31:40 +0000 (10:31 +0000)]
Added check for CUDA toolkit version ( older can't compile Kepler )

12 years agoAdded check for CUDA toolkit version ( older can't compile Kepler )
Anatoly Baksheev [Fri, 4 May 2012 10:20:20 +0000 (10:20 +0000)]
Added check for CUDA toolkit version ( older can't compile Kepler )

12 years agoAdded default compilation for Kepler
Anatoly Baksheev [Fri, 4 May 2012 09:54:48 +0000 (09:54 +0000)]
Added default compilation for Kepler

12 years agoAdded Android NDK r8 support including new mips ABI
Andrey Kamaev [Thu, 3 May 2012 10:40:29 +0000 (10:40 +0000)]
Added Android NDK r8 support including new mips ABI

12 years agoremoved #include "cap_ffmpeg_impl_v2.hpp"
Vladislav Vinogradov [Thu, 3 May 2012 08:34:14 +0000 (08:34 +0000)]
removed #include "cap_ffmpeg_impl_v2.hpp"

12 years agorun.py - fixed java tests launch on Windows
Andrey Kamaev [Thu, 3 May 2012 07:50:24 +0000 (07:50 +0000)]
run.py - fixed java tests launch on Windows

12 years agoupdated printCudaDeviceInfo to support Kepler
Anatoly Baksheev [Wed, 2 May 2012 21:55:38 +0000 (21:55 +0000)]
updated printCudaDeviceInfo to support Kepler

12 years agoDebug/Release folders fix for QTCreator build
Marina Kolpakova [Wed, 2 May 2012 20:26:19 +0000 (20:26 +0000)]
Debug/Release folders fix for QTCreator build

12 years agoRemerged the 2.4.0 branch
Andrey Kamaev [Wed, 2 May 2012 20:20:14 +0000 (20:20 +0000)]
Remerged the 2.4.0 branch

12 years agofixed opencv_ffmpeg.dll name in gpu video encoding/decoding
Vladislav Vinogradov [Wed, 2 May 2012 13:23:11 +0000 (13:23 +0000)]
fixed opencv_ffmpeg.dll name in gpu video encoding/decoding

12 years agofixed some problems after r8280 (lost code)
Vladislav Vinogradov [Wed, 2 May 2012 13:07:30 +0000 (13:07 +0000)]
fixed some problems after r8280 (lost code)

12 years agomerged 2.4 into trunk
Vadim Pisarevsky [Mon, 30 Apr 2012 14:33:52 +0000 (14:33 +0000)]
merged 2.4 into trunk

12 years agofixed PyrLKOpticalFlow.dense (final result size)
Vladislav Vinogradov [Sat, 28 Apr 2012 13:12:14 +0000 (13:12 +0000)]
fixed PyrLKOpticalFlow.dense (final result size)

12 years agoreverted r8003 (CascadeClassifier_GPU)
Vladislav Vinogradov [Sat, 28 Apr 2012 08:41:10 +0000 (08:41 +0000)]
reverted r8003 (CascadeClassifier_GPU)

12 years agoadded BruteForceMatcher_GPU (for legacy)
Vladislav Vinogradov [Sat, 28 Apr 2012 07:41:21 +0000 (07:41 +0000)]
added BruteForceMatcher_GPU (for legacy)

12 years agoReplaced CV_RANSAC in findHomography with CV_LMEDS (videostab)
Alexey Spizhevoy [Fri, 27 Apr 2012 12:38:33 +0000 (12:38 +0000)]
Replaced CV_RANSAC in findHomography with CV_LMEDS (videostab)

12 years agofix to Detector::write so that it doesn't abort on read
Gary Bradski [Fri, 27 Apr 2012 04:05:33 +0000 (04:05 +0000)]
fix to Detector::write so that it doesn't abort on read

12 years agoMinor changes in videostab module
Alexey Spizhevoy [Thu, 26 Apr 2012 11:56:30 +0000 (11:56 +0000)]
Minor changes in videostab module

12 years agoRefactored videostab module
Alexey Spizhevoy [Thu, 26 Apr 2012 09:01:15 +0000 (09:01 +0000)]
Refactored videostab module

12 years ago5 functions from addWeighted_func family were Neon Optimized
Alexander Kapustin [Thu, 26 Apr 2012 08:18:01 +0000 (08:18 +0000)]
5 functions from addWeighted_func family were Neon Optimized

12 years agoFile perf_addWeited.cpp added
Alexander Kapustin [Thu, 26 Apr 2012 07:20:13 +0000 (07:20 +0000)]
File perf_addWeited.cpp added

12 years agoRefactored videostab module
Alexey Spizhevoy [Thu, 26 Apr 2012 07:11:01 +0000 (07:11 +0000)]
Refactored videostab module

12 years agofixed a dicide by zero potential problem
Alexandre Benoit [Wed, 25 Apr 2012 13:56:09 +0000 (13:56 +0000)]
fixed a dicide by zero potential problem

12 years agouser can now use the default retia config auatogenerated file to test their own setup
Alexandre Benoit [Wed, 25 Apr 2012 13:55:14 +0000 (13:55 +0000)]
user can now use the default retia config auatogenerated file to test their own setup