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
Alexey Spizhevoy [Tue, 24 Apr 2012 12:23:23 +0000 (12:23 +0000)]
Added local outlier rejector. Added rigid motion estimator. Refactored videostab module.
Vladislav Vinogradov [Tue, 24 Apr 2012 11:21:23 +0000 (11:21 +0000)]
added additional tests to gpu::BFMatcher
Vladislav Vinogradov [Tue, 24 Apr 2012 07:56:33 +0000 (07:56 +0000)]
refactored gpu BruteForceMather (made it similar to BFMatcher)
Vladislav Vinogradov [Tue, 24 Apr 2012 07:49:55 +0000 (07:49 +0000)]
fixed build of gpu module without CUDA (video encoding/decoding)
Vladislav Vinogradov [Mon, 23 Apr 2012 14:22:02 +0000 (14:22 +0000)]
fixed several warnings (VS2010, Win64)
added getParams method to VideoWriter_GPU
Alexey Spizhevoy [Mon, 23 Apr 2012 10:37:07 +0000 (10:37 +0000)]
Added GPU version of wobble suppressor (videostab)
Alexander Kapustin [Mon, 23 Apr 2012 09:31:08 +0000 (09:31 +0000)]
6 functions from Inrange_func family were Neon Optimized
Alexander Kapustin [Mon, 23 Apr 2012 09:09:30 +0000 (09:09 +0000)]
Fail perf_inRange.cpp added
Vladislav Vinogradov [Mon, 23 Apr 2012 08:31:14 +0000 (08:31 +0000)]
removed unnecessary CV_EXPORTS
Alexey Spizhevoy [Mon, 23 Apr 2012 06:42:55 +0000 (06:42 +0000)]
Fixed trim ratio estimation for the case of homographies motion model (videostab)
Alexey Spizhevoy [Fri, 20 Apr 2012 09:02:39 +0000 (09:02 +0000)]
Replaced DECOMP_SVD with DECOMP_NORMAL|DECOMP_LU for speed (videostab)
Alexey Spizhevoy [Thu, 19 Apr 2012 12:16:45 +0000 (12:16 +0000)]
Fixed parsing cmd args bug (videostab)
Alexey Spizhevoy [Thu, 19 Apr 2012 10:27:17 +0000 (10:27 +0000)]
Minor changes in videostab module and sample
Alexey Spizhevoy [Thu, 19 Apr 2012 09:29:13 +0000 (09:29 +0000)]
Added timing for main steps (videostab)
Alexey Spizhevoy [Thu, 19 Apr 2012 08:38:42 +0000 (08:38 +0000)]
Updated videostab sample
Alexey Spizhevoy [Wed, 18 Apr 2012 17:00:07 +0000 (17:00 +0000)]
Refactoring (videostab)
Alexey Spizhevoy [Wed, 18 Apr 2012 13:23:41 +0000 (13:23 +0000)]
Added GPU version of PyrLK based global motion estimator (videostab)
Vladislav Vinogradov [Wed, 18 Apr 2012 12:46:56 +0000 (12:46 +0000)]
added docs for VideoReader_GPU
Vladislav Vinogradov [Wed, 18 Apr 2012 11:49:17 +0000 (11:49 +0000)]
minor fix in gpu video_writer sample
Vladislav Vinogradov [Wed, 18 Apr 2012 11:25:56 +0000 (11:25 +0000)]
fixed build without CUDA
Vladislav Vinogradov [Wed, 18 Apr 2012 11:18:25 +0000 (11:18 +0000)]
added VideoReader_GPU
Andrey Pavlenko [Tue, 17 Apr 2012 15:33:18 +0000 (15:33 +0000)]
fixing #1800
Vladislav Vinogradov [Tue, 17 Apr 2012 11:36:37 +0000 (11:36 +0000)]
added docs for VideoWriter_GPU
Vladislav Vinogradov [Tue, 17 Apr 2012 11:08:08 +0000 (11:08 +0000)]
added support of different surface formats to VideoWriter_GPU
added key frame handling to ffmpeg wrappers
Alexey Spizhevoy [Tue, 17 Apr 2012 09:30:16 +0000 (09:30 +0000)]
Removed unnecessary code (videostab)
Alexey Spizhevoy [Tue, 17 Apr 2012 09:21:09 +0000 (09:21 +0000)]
Removed unnecessary code (videostab)
Alexey Spizhevoy [Tue, 17 Apr 2012 09:12:14 +0000 (09:12 +0000)]
Refactored videostab module
Vladislav Vinogradov [Tue, 17 Apr 2012 07:12:16 +0000 (07:12 +0000)]
added VideoWriter_GPU
Alexey Spizhevoy [Mon, 16 Apr 2012 11:45:08 +0000 (11:45 +0000)]
Added info about papers (videostab)
Alexander Kapustin [Mon, 16 Apr 2012 11:39:38 +0000 (11:39 +0000)]
12 functions from Norm_func family were Neon Optimized
Alexey Spizhevoy [Mon, 16 Apr 2012 11:14:30 +0000 (11:14 +0000)]
Fixed typo (videostab)
Alexey Spizhevoy [Mon, 16 Apr 2012 11:10:41 +0000 (11:10 +0000)]
Added support of Clp for Windows
Alexey Spizhevoy [Mon, 16 Apr 2012 07:08:28 +0000 (07:08 +0000)]
Fixed LP based stabilizer
Alexey Spizhevoy [Mon, 16 Apr 2012 06:41:06 +0000 (06:41 +0000)]
Added linear programming based stabilizer (videostab)
Andrey Kamaev [Sun, 15 Apr 2012 23:19:57 +0000 (23:19 +0000)]
merged few missed changes from 2.4 to trunk
Vadim Pisarevsky [Fri, 13 Apr 2012 21:50:59 +0000 (21:50 +0000)]
merged all the latest changes from 2.4 to trunk
Alexey Spizhevoy [Fri, 13 Apr 2012 11:55:12 +0000 (11:55 +0000)]
Updated Clp library related code in CMakeLists.txt
Alexey Spizhevoy [Thu, 12 Apr 2012 13:58:25 +0000 (13:58 +0000)]
Removed unnecessary line (videostab)
Alexey Spizhevoy [Thu, 12 Apr 2012 13:57:28 +0000 (13:57 +0000)]
Removed unnecessary line (videostab)
Ilya Lysenkov [Thu, 12 Apr 2012 10:55:47 +0000 (10:55 +0000)]
Added support of CV_16S depth in morphology operations
Alexey Spizhevoy [Wed, 11 Apr 2012 14:02:10 +0000 (14:02 +0000)]
Refactored videostab module. Added normalization into motion estimators.
Ilya Lysenkov [Wed, 11 Apr 2012 12:36:16 +0000 (12:36 +0000)]
Added OPTFLOW_LK_GET_MIN_EIGENVALS flag as alias for CV_LKFLOW_GET_MIN_EIGENVALS.
Alexey Spizhevoy [Wed, 11 Apr 2012 12:34:30 +0000 (12:34 +0000)]
Added WITH_CLP flag support into cmake scripts.
Alexey Spizhevoy [Wed, 11 Apr 2012 10:17:35 +0000 (10:17 +0000)]
Added more flags for motion estimation in videostab sample
Alexey Spizhevoy [Tue, 10 Apr 2012 10:33:19 +0000 (10:33 +0000)]
Minor fixes and updates in videostab module and sample
Alexey Spizhevoy [Tue, 10 Apr 2012 09:07:30 +0000 (09:07 +0000)]
Fixed bug in videostab sample. Fixed model size in global estimators.
Alexander Shishkov [Mon, 9 Apr 2012 20:17:58 +0000 (20:17 +0000)]
update FFMPEG wrapper binaries
Alexander Shishkov [Mon, 9 Apr 2012 15:39:02 +0000 (15:39 +0000)]
update FFMPEG wrapper binaries
Alexander Shishkov [Mon, 9 Apr 2012 15:18:07 +0000 (15:18 +0000)]
update FFMPEG wrapper binaries
Alexander Shishkov [Mon, 9 Apr 2012 13:37:13 +0000 (13:37 +0000)]
update FFMPEG wrapper binaries
Alexey Spizhevoy [Mon, 9 Apr 2012 11:58:56 +0000 (11:58 +0000)]
Fixed bug in motion stabilization pipeline and updated wobble stabilizer (videostab)