Vladislav Vinogradov [Tue, 22 May 2012 11:27:45 +0000 (11:27 +0000)]
fixed gpu-vs-cpu performance tests
Alexander Mordvintsev [Tue, 22 May 2012 11:21:25 +0000 (11:21 +0000)]
fixed #1969
Vladislav Vinogradov [Tue, 22 May 2012 10:29:58 +0000 (10:29 +0000)]
updated gpu-vs-cpu performance tests
Alexander Mordvintsev [Tue, 22 May 2012 09:11:09 +0000 (09:11 +0000)]
fixed gaussian_mix.py sample
Anatoly Baksheev [Tue, 22 May 2012 08:54:48 +0000 (08:54 +0000)]
fixed precom for opencv_perf_gpu_cpu
Alexander Mordvintsev [Tue, 22 May 2012 08:45:10 +0000 (08:45 +0000)]
made video_dmtx.py description visible in demo.py
Alexander Mordvintsev [Tue, 22 May 2012 08:43:42 +0000 (08:43 +0000)]
removed derivLambda param for LK-tracker
linetype -> lineType
Vladislav Vinogradov [Tue, 22 May 2012 08:29:08 +0000 (08:29 +0000)]
added cpu performance test for gpu module
Alexander Mordvintsev [Tue, 22 May 2012 07:58:31 +0000 (07:58 +0000)]
FIX: VideoCapture::read() was returning empty image for camera captures
Andrey Kamaev [Mon, 21 May 2012 20:15:17 +0000 (20:15 +0000)]
Fixed some corner cases of opencv_world configuration
Andrey Kamaev [Mon, 21 May 2012 19:25:03 +0000 (19:25 +0000)]
Updated to TBB4.0 update 4 for Android build
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
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)
Andrey Kamaev [Mon, 21 May 2012 13:57:36 +0000 (13:57 +0000)]
Updated tegra optical flow stub
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.
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
Andrey Kamaev [Mon, 21 May 2012 08:53:38 +0000 (08:53 +0000)]
Fixed Linux build
Maria Dimashova [Mon, 21 May 2012 08:47:57 +0000 (08:47 +0000)]
include nonfree for a couple of f2d samples
Andrey Kamaev [Sun, 20 May 2012 19:05:36 +0000 (19:05 +0000)]
Restored QuartzCore framework for OS X
Andrey Kamaev [Sun, 20 May 2012 18:49:57 +0000 (18:49 +0000)]
Refactored highgui libraries search (tested on Windows only)
Andrey Kamaev [Sun, 20 May 2012 18:45:19 +0000 (18:45 +0000)]
Fixed few MinGW build problems
Andrey Kamaev [Sun, 20 May 2012 08:26:20 +0000 (08:26 +0000)]
Fixing Android SDK search on OS X.
Maria Dimashova [Sat, 19 May 2012 14:34:36 +0000 (14:34 +0000)]
skip of table header in MLData (#1962)
Andrey Kamaev [Sat, 19 May 2012 13:48:36 +0000 (13:48 +0000)]
Refactored CMake status report for video IO libs
Andrey Kamaev [Sat, 19 May 2012 10:44:43 +0000 (10:44 +0000)]
Fixing compile on some MinGW platforms
Andrey Kamaev [Sat, 19 May 2012 10:14:10 +0000 (10:14 +0000)]
Added Windows paths support to Eigen search.
Andrey Kamaev [Sat, 19 May 2012 08:50:24 +0000 (08:50 +0000)]
MinGW: try -mpreferred-stack-boundary instead of mstackrealign
Andrey Kamaev [Fri, 18 May 2012 17:32:55 +0000 (17:32 +0000)]
Restored -O2 for MinGW
Maria Dimashova [Fri, 18 May 2012 14:38:54 +0000 (14:38 +0000)]
fixed Mat::diag (#1939)
Andrey Kamaev [Fri, 18 May 2012 13:29:49 +0000 (13:29 +0000)]
Fixed parameter name and copy condition
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)
Andrey Kamaev [Fri, 18 May 2012 07:43:12 +0000 (07:43 +0000)]
Fixed problem with manually set PYTHON_PACKAGES_PATH #1891
Andrey Kamaev [Fri, 18 May 2012 06:08:14 +0000 (06:08 +0000)]
Fixed accumulateWeighted with mask for multichannel matrices #1959
Andrey Kamaev [Thu, 17 May 2012 20:25:12 +0000 (20:25 +0000)]
#1932 Fixed SSE instability on mingw32
Andrey Kamaev [Thu, 17 May 2012 20:19:48 +0000 (20:19 +0000)]
Fixed MinGW build after r8358
Andrey Pavlenko [Thu, 17 May 2012 19:36:38 +0000 (19:36 +0000)]
fix for #1954 (typos)
Anatoly Baksheev [Thu, 17 May 2012 14:55:29 +0000 (14:55 +0000)]
fixed possible compilation error for macos
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
Andrey Kamaev [Thu, 17 May 2012 10:52:07 +0000 (10:52 +0000)]
Fixed Algorithm usage example #1904
Andrey Kamaev [Thu, 17 May 2012 10:29:53 +0000 (10:29 +0000)]
Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321
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)
Andrey Kamaev [Wed, 16 May 2012 15:11:17 +0000 (15:11 +0000)]
Added test and workaround for #1942
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
Vadim Pisarevsky [Tue, 15 May 2012 15:34:53 +0000 (15:34 +0000)]
fixed building avfoundation on MacOSX with iOS targets
Vadim Pisarevsky [Tue, 15 May 2012 14:25:07 +0000 (14:25 +0000)]
fixed background update in GMM2 algorithm (ticket #1931)
Andrey Kamaev [Tue, 15 May 2012 07:43:00 +0000 (07:43 +0000)]
Fixed incorrect CMake variable name
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
Andrey Kamaev [Mon, 14 May 2012 14:51:13 +0000 (14:51 +0000)]
Fixed typo #1896
Andrey Kamaev [Mon, 14 May 2012 14:19:28 +0000 (14:19 +0000)]
Fixed replacement of -O3 with -O2 for mingw compiler #1896
Andrey Kamaev [Mon, 14 May 2012 14:05:25 +0000 (14:05 +0000)]
Fixed python version issue #1903
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.
Vadim Pisarevsky [Sat, 12 May 2012 16:27:40 +0000 (16:27 +0000)]
fixed building opencv_world with VS2010
Andrey Kamaev [Sat, 12 May 2012 15:12:21 +0000 (15:12 +0000)]
Updated sanity threshold for convertTo perf test
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.
Andrey Kamaev [Sat, 12 May 2012 11:44:54 +0000 (11:44 +0000)]
Updated dot profuct function table
Vladislav Vinogradov [Sat, 12 May 2012 09:45:21 +0000 (09:45 +0000)]
added gpu::compare with scalars (Feature #1754)
Alexander Smorkalov [Sat, 12 May 2012 07:38:31 +0000 (07:38 +0000)]
ColorBlobDetection example. Bug fix. Refactoring.
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)
Vadim Pisarevsky [Fri, 11 May 2012 13:36:48 +0000 (13:36 +0000)]
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
Vadim Pisarevsky [Fri, 11 May 2012 12:40:20 +0000 (12:40 +0000)]
fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918)
Vadim Pisarevsky [Fri, 11 May 2012 11:48:26 +0000 (11:48 +0000)]
propagated 2 fixed from 2.4 to trunk
Vladislav Vinogradov [Fri, 11 May 2012 11:48:15 +0000 (11:48 +0000)]
fixed build under MacOS (disabled video decoding, it's not supported)
Vladislav Vinogradov [Thu, 10 May 2012 09:53:57 +0000 (09:53 +0000)]
disabled WITH_OPENGL flag under MacOS
Andrey Kamaev [Mon, 7 May 2012 14:01:36 +0000 (14:01 +0000)]
#1902 added workaround for CMake 2.8.2 bug
Alexander Reshetnikov [Sat, 5 May 2012 17:28:05 +0000 (17:28 +0000)]
Accelerating the completion of video bypass (bug #1893)
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
Anatoly Baksheev [Sat, 5 May 2012 09:43:18 +0000 (09:43 +0000)]
added check for CMake 2.8.3 for CUDA support
Alexander Smorkalov [Fri, 4 May 2012 13:46:00 +0000 (13:46 +0000)]
Base version implemented.
Anatoly Baksheev [Fri, 4 May 2012 12:11:01 +0000 (12:11 +0000)]
compilation for Macos
Anatoly Baksheev [Fri, 4 May 2012 10:31:40 +0000 (10:31 +0000)]
Added 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 )
Anatoly Baksheev [Fri, 4 May 2012 09:54:48 +0000 (09:54 +0000)]
Added default compilation for Kepler
Andrey Kamaev [Thu, 3 May 2012 10:40:29 +0000 (10:40 +0000)]
Added Android NDK r8 support including new mips ABI
Vladislav Vinogradov [Thu, 3 May 2012 08:34:14 +0000 (08:34 +0000)]
removed #include "cap_ffmpeg_impl_v2.hpp"
Andrey Kamaev [Thu, 3 May 2012 07:50:24 +0000 (07:50 +0000)]
run.py - fixed java tests launch on Windows
Anatoly Baksheev [Wed, 2 May 2012 21:55:38 +0000 (21:55 +0000)]
updated printCudaDeviceInfo to support Kepler
Marina Kolpakova [Wed, 2 May 2012 20:26:19 +0000 (20:26 +0000)]
Debug/Release folders fix for QTCreator build
Andrey Kamaev [Wed, 2 May 2012 20:20:14 +0000 (20:20 +0000)]
Remerged the 2.4.0 branch
Vladislav Vinogradov [Wed, 2 May 2012 13:23:11 +0000 (13:23 +0000)]
fixed opencv_ffmpeg.dll name in gpu video encoding/decoding
Vladislav Vinogradov [Wed, 2 May 2012 13:07:30 +0000 (13:07 +0000)]
fixed some problems after r8280 (lost code)
Vadim Pisarevsky [Mon, 30 Apr 2012 14:33:52 +0000 (14:33 +0000)]
merged 2.4 into trunk
Vladislav Vinogradov [Sat, 28 Apr 2012 13:12:14 +0000 (13:12 +0000)]
fixed PyrLKOpticalFlow.dense (final result size)
Vladislav Vinogradov [Sat, 28 Apr 2012 08:41:10 +0000 (08:41 +0000)]
reverted r8003 (CascadeClassifier_GPU)
Vladislav Vinogradov [Sat, 28 Apr 2012 07:41:21 +0000 (07:41 +0000)]
added BruteForceMatcher_GPU (for legacy)
Alexey Spizhevoy [Fri, 27 Apr 2012 12:38:33 +0000 (12:38 +0000)]
Replaced CV_RANSAC in findHomography with CV_LMEDS (videostab)
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
Alexey Spizhevoy [Thu, 26 Apr 2012 11:56:30 +0000 (11:56 +0000)]
Minor changes in videostab module
Alexey Spizhevoy [Thu, 26 Apr 2012 09:01:15 +0000 (09:01 +0000)]
Refactored videostab module
Alexander Kapustin [Thu, 26 Apr 2012 08:18:01 +0000 (08:18 +0000)]
5 functions from addWeighted_func family were Neon Optimized
Alexander Kapustin [Thu, 26 Apr 2012 07:20:13 +0000 (07:20 +0000)]
File perf_addWeited.cpp added
Alexey Spizhevoy [Thu, 26 Apr 2012 07:11:01 +0000 (07:11 +0000)]
Refactored videostab module
Alexandre Benoit [Wed, 25 Apr 2012 13:56:09 +0000 (13:56 +0000)]
fixed a dicide by zero potential problem
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
Alexey Spizhevoy [Wed, 25 Apr 2012 13:21:38 +0000 (13:21 +0000)]
Added LP based global motion estimation (videostab)
Vladislav Vinogradov [Wed, 25 Apr 2012 07:03:32 +0000 (07:03 +0000)]
Bug #1823 : fixed patch size calculation in PyrLKOpticalFlow
Vladislav Vinogradov [Wed, 25 Apr 2012 06:27:55 +0000 (06:27 +0000)]
fixed build of gpu demos pack
Vladislav Vinogradov [Tue, 24 Apr 2012 14:15:38 +0000 (14:15 +0000)]
fixed build without ffmpeg (gpu module)
Vladislav Vinogradov [Tue, 24 Apr 2012 13:35:58 +0000 (13:35 +0000)]
updated gpu docs (BFMatcher_GPU)
Vladislav Vinogradov [Tue, 24 Apr 2012 13:18:34 +0000 (13:18 +0000)]
fixed bug in ORB_GPU, behavior in the absence of keypoints found (Bug #1831)
Vladislav Vinogradov [Tue, 24 Apr 2012 12:36:15 +0000 (12:36 +0000)]
fixed GPU_NVidia/NCV.Visualization test