Vladislav Vinogradov [Thu, 10 Mar 2011 13:53:58 +0000 (13:53 +0000)]
made GPU version of SURF more consistent with CPU one
Alexey Spizhevoy [Wed, 9 Mar 2011 08:48:39 +0000 (08:48 +0000)]
added docs for gpu::solvePnPRansac
Vadim Pisarevsky [Tue, 8 Mar 2011 22:22:24 +0000 (22:22 +0000)]
further docs cleanup
Alexey Spizhevoy [Mon, 7 Mar 2011 14:01:18 +0000 (14:01 +0000)]
make GPU version of solvePnPRansac more consistent with CPU one
Alexey Spizhevoy [Mon, 7 Mar 2011 13:36:47 +0000 (13:36 +0000)]
updated solvePnpRansac performance test
Jose Luis Blanco [Sun, 6 Mar 2011 21:59:04 +0000 (21:59 +0000)]
Fixed build errors in MSVC when building without CUDA.
Vadim Pisarevsky [Sat, 5 Mar 2011 21:28:31 +0000 (21:28 +0000)]
fixed Python reference title
Vadim Pisarevsky [Sat, 5 Mar 2011 21:26:13 +0000 (21:26 +0000)]
added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
Vadim Pisarevsky [Sat, 5 Mar 2011 21:23:47 +0000 (21:23 +0000)]
added OpenCV 1.x documentation
Vadim Pisarevsky [Sat, 5 Mar 2011 06:28:19 +0000 (06:28 +0000)]
Alexander Shishkov [Sat, 5 Mar 2011 00:18:49 +0000 (00:18 +0000)]
added solvePnPRansac method
Alexey Spizhevoy [Thu, 3 Mar 2011 13:46:44 +0000 (13:46 +0000)]
added command line args parsing into gpu performance sample
Vadim Pisarevsky [Thu, 3 Mar 2011 07:29:55 +0000 (07:29 +0000)]
some more doc cleanup
Alexey Spizhevoy [Wed, 2 Mar 2011 09:40:14 +0000 (09:40 +0000)]
removed test whether z is negative in gpu::solvePnpRansac (there is no need in this for tests passing)
Alexey Spizhevoy [Wed, 2 Mar 2011 08:04:08 +0000 (08:04 +0000)]
refactored gpu::solvePnpRansac a bit
Alexey Spizhevoy [Tue, 1 Mar 2011 09:17:22 +0000 (09:17 +0000)]
added performance sample for solvePnpRansac + refactoring
Alexey Spizhevoy [Tue, 1 Mar 2011 08:02:27 +0000 (08:02 +0000)]
fixed some warnings
Alexey Spizhevoy [Tue, 1 Mar 2011 07:44:36 +0000 (07:44 +0000)]
added distortion coefs support into gpu::solvePnpRansac
Vadim Pisarevsky [Mon, 28 Feb 2011 21:31:49 +0000 (21:31 +0000)]
utility to clean up converted from TeX rst docs
Vadim Pisarevsky [Mon, 28 Feb 2011 21:26:43 +0000 (21:26 +0000)]
the first round of cleaning up the RST docs
Alexey Spizhevoy [Mon, 28 Feb 2011 14:21:41 +0000 (14:21 +0000)]
parallelized hypotheses evaluation cycle in gpu::solvePnpRansac
Alexey Spizhevoy [Mon, 28 Feb 2011 12:44:19 +0000 (12:44 +0000)]
added gpu::solvePnpRansac
Gary Bradski [Mon, 28 Feb 2011 02:24:11 +0000 (02:24 +0000)]
fixed a bug in boost.calc_error and added more documentation
Vadim Pisarevsky [Sun, 27 Feb 2011 19:04:48 +0000 (19:04 +0000)]
fixed the fast branch of INTER_AREA resize (ticket #921)
Vladimir Dudnik [Sun, 27 Feb 2011 18:12:30 +0000 (18:12 +0000)]
added IPP dot product functions. Only 32f data type supported for now (there are accuracy issues in 8u/16s/16u/32s functions which will be fixed in IPP 7.0.3)
Vadim Pisarevsky [Sun, 27 Feb 2011 16:43:36 +0000 (16:43 +0000)]
added 16u support in calcHist & calcBackProject; added image type checks (ticket #856)
Vadim Pisarevsky [Sat, 26 Feb 2011 11:05:10 +0000 (11:05 +0000)]
cleaned RST formatting a bit
Vadim Pisarevsky [Fri, 25 Feb 2011 11:14:00 +0000 (11:14 +0000)]
removed duplicated SIFT points (reported by Luca Del Tongo)
Alexey Kazakov [Thu, 24 Feb 2011 11:03:00 +0000 (11:03 +0000)]
Replaced few methods to virtual in CascaseClassifier class (objdetect.hpp)
Alexey Kazakov [Thu, 24 Feb 2011 10:24:55 +0000 (10:24 +0000)]
Replaced private methods to protected in CascaseClassifier class (objdetect.hpp)
Ethan Rublee [Wed, 23 Feb 2011 18:11:25 +0000 (18:11 +0000)]
Command line python tools for generating patterns, may be incomplete.
Ilya Lysenkov [Wed, 23 Feb 2011 14:47:15 +0000 (14:47 +0000)]
Added a printable asymmetric pattern of circles
Vadim Pisarevsky [Tue, 22 Feb 2011 20:46:12 +0000 (20:46 +0000)]
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
Vadim Pisarevsky [Tue, 22 Feb 2011 20:44:57 +0000 (20:44 +0000)]
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
Vadim Pisarevsky [Tue, 22 Feb 2011 20:43:26 +0000 (20:43 +0000)]
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
Vladislav Vinogradov [Tue, 22 Feb 2011 09:27:42 +0000 (09:27 +0000)]
temporarily disabled compute descriptor kernel for new cards (some problems with threads synchronization), old version of kernels is used.
Alexey Spizhevoy [Tue, 22 Feb 2011 07:27:10 +0000 (07:27 +0000)]
added asynchronous versions of transform- and projectPoints into the GPU module, added docs
Anatoly Baksheev [Mon, 21 Feb 2011 16:50:19 +0000 (16:50 +0000)]
minor refactoring
Alexey Spizhevoy [Mon, 21 Feb 2011 11:14:12 +0000 (11:14 +0000)]
added performance test for gpu::projectPoints function
Alexey Spizhevoy [Mon, 21 Feb 2011 10:58:05 +0000 (10:58 +0000)]
added projectPoints and transformPoints into GPU module
Alexey Spizhevoy [Mon, 21 Feb 2011 06:46:45 +0000 (06:46 +0000)]
added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not
Ethan Rublee [Sun, 20 Feb 2011 18:53:14 +0000 (18:53 +0000)]
adding cap_images.cpp to android build, may fix link error, but not really address issue of reading video files on android
Anatoly Baksheev [Fri, 18 Feb 2011 16:39:50 +0000 (16:39 +0000)]
added test data for NVidia's FD tests
Anatoly Baksheev [Fri, 18 Feb 2011 12:34:57 +0000 (12:34 +0000)]
enabled nvidia's tests
Anatoly Baksheev [Fri, 18 Feb 2011 12:23:18 +0000 (12:23 +0000)]
*applied patch from NVidia (nppstTraspose bug)
*fixed some warnings
*finished gpu test port to gtest framework
Vadim Pisarevsky [Fri, 18 Feb 2011 12:17:26 +0000 (12:17 +0000)]
temporily excluded cv::Algorithm
Vadim Pisarevsky [Fri, 18 Feb 2011 12:08:28 +0000 (12:08 +0000)]
added missing "#include <functional>"
Alexey Spizhevoy [Fri, 18 Feb 2011 10:39:18 +0000 (10:39 +0000)]
forgot to run bitiwise tests
Vadim Pisarevsky [Fri, 18 Feb 2011 10:36:18 +0000 (10:36 +0000)]
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
Vadim Pisarevsky [Fri, 18 Feb 2011 10:31:14 +0000 (10:31 +0000)]
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
Vadim Pisarevsky [Fri, 18 Feb 2011 10:29:57 +0000 (10:29 +0000)]
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
Alexey Spizhevoy [Fri, 18 Feb 2011 10:04:31 +0000 (10:04 +0000)]
fixed gpu/CMakeLists.txt
Alexey Spizhevoy [Fri, 18 Feb 2011 10:01:30 +0000 (10:01 +0000)]
removed unnecessary code from gpu/CMakeLists.txt
Alexey Spizhevoy [Fri, 18 Feb 2011 07:43:15 +0000 (07:43 +0000)]
removed CMakeLists.txt from gpu/test folder to avoid precompiled header associated warnings under Ubuntu
Maria Dimashova [Thu, 17 Feb 2011 15:53:20 +0000 (15:53 +0000)]
fixed mirror property of kinect
Alexey Spizhevoy [Thu, 17 Feb 2011 15:25:50 +0000 (15:25 +0000)]
refactored GPU performance sample, added filter suport
Alexey Spizhevoy [Thu, 17 Feb 2011 14:51:57 +0000 (14:51 +0000)]
added NVIDIA tests (disabled because doesn't work under Linux)
Alexey Spizhevoy [Thu, 17 Feb 2011 14:01:28 +0000 (14:01 +0000)]
ported GPU test to GTest framework
Alexey Spizhevoy [Thu, 17 Feb 2011 11:18:32 +0000 (11:18 +0000)]
removed check_and_treat_gpu_exception function
Alexey Spizhevoy [Thu, 17 Feb 2011 11:09:29 +0000 (11:09 +0000)]
now GPU stereo_bp test prints error mesage and test system continues execution
Maria Dimashova [Thu, 17 Feb 2011 09:29:29 +0000 (09:29 +0000)]
fixed colorizing disparity
Vadim Pisarevsky [Thu, 17 Feb 2011 09:07:55 +0000 (09:07 +0000)]
fixed memory corruption in cvtest::copyMakeBorder (thanks to Pieter-Jan Busschaert)
Alexey Spizhevoy [Thu, 17 Feb 2011 07:29:56 +0000 (07:29 +0000)]
fixed incorrect device id in multi_gpu sample (checked both multi GPU samples work correctly with new multi GPU API)
Alexey Spizhevoy [Thu, 17 Feb 2011 07:02:12 +0000 (07:02 +0000)]
removed catch from GPU stereo_bp test as --gtest_catch_exceptions flags exists (but err msg isn't printed in case when there is no GPU)
Alexey Spizhevoy [Wed, 16 Feb 2011 11:38:58 +0000 (11:38 +0000)]
created GPU new-style test project, ported StereoBP test
Marius Muja [Wed, 16 Feb 2011 08:44:34 +0000 (08:44 +0000)]
Updated doc
Marius Muja [Wed, 16 Feb 2011 08:42:52 +0000 (08:42 +0000)]
Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890
Anatoly Baksheev [Wed, 16 Feb 2011 08:42:12 +0000 (08:42 +0000)]
default target arch modified
Vladislav Vinogradov [Wed, 16 Feb 2011 08:31:45 +0000 (08:31 +0000)]
update docs
minor fixes and refactoring of GPU module
Marius Muja [Wed, 16 Feb 2011 06:36:15 +0000 (06:36 +0000)]
Removing 'using namespace std' from header files, closes bugs #730 and #846
Anatoly Baksheev [Tue, 15 Feb 2011 15:09:54 +0000 (15:09 +0000)]
minor + warnings
Alexey Spizhevoy [Tue, 15 Feb 2011 14:36:53 +0000 (14:36 +0000)]
added docs for MultiGpuManager
Alexey Spizhevoy [Tue, 15 Feb 2011 13:56:59 +0000 (13:56 +0000)]
renamed GpuFeature into FeatureSet and updated docs
Alexey Spizhevoy [Tue, 15 Feb 2011 13:25:24 +0000 (13:25 +0000)]
refactoring of GPU module
Anatoly Baksheev [Tue, 15 Feb 2011 10:54:49 +0000 (10:54 +0000)]
fixed some warnings
GPU: TargetArchs -> added FEATURE_SET prefix.
Alexey Spizhevoy [Tue, 15 Feb 2011 10:03:26 +0000 (10:03 +0000)]
added init() function into MultiGpuMgr, added samples
Alexey Spizhevoy [Tue, 15 Feb 2011 09:12:48 +0000 (09:12 +0000)]
fixed multi GPU API, added driver_api prefix to multi gpu samples
Vladislav Vinogradov [Tue, 15 Feb 2011 08:57:35 +0000 (08:57 +0000)]
fixed descriptor calculation in SURF_GPU
Vladislav Vinogradov [Mon, 14 Feb 2011 15:50:17 +0000 (15:50 +0000)]
fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo)
added assertion after all kernels calls
Alexey Spizhevoy [Mon, 14 Feb 2011 15:36:07 +0000 (15:36 +0000)]
fixed warnings in GPU samples
Alexey Spizhevoy [Mon, 14 Feb 2011 15:09:45 +0000 (15:09 +0000)]
fixed GPU samples and MultiGpuMgr
Alexey Spizhevoy [Mon, 14 Feb 2011 13:58:20 +0000 (13:58 +0000)]
removed debug output from tests
Alexey Spizhevoy [Mon, 14 Feb 2011 13:56:12 +0000 (13:56 +0000)]
fixed GPU minMaxLoc test, updated docs
Anatoly Baksheev [Mon, 14 Feb 2011 13:30:00 +0000 (13:30 +0000)]
GPU: In strcut _scanElemOp dummy type pass by value
Alexey Spizhevoy [Mon, 14 Feb 2011 13:13:05 +0000 (13:13 +0000)]
Alexey Spizhevoy [Mon, 14 Feb 2011 12:53:59 +0000 (12:53 +0000)]
added draft version of MultiGpuMgr (it isn't tested on multi GPU machine yet)
Alexey Spizhevoy [Mon, 14 Feb 2011 08:56:57 +0000 (08:56 +0000)]
fixed GPU meanshift segmentation test under Ubuntu
Gary Bradski [Sun, 13 Feb 2011 04:09:58 +0000 (04:09 +0000)]
added output camera id if it fails
Gary Bradski [Sun, 13 Feb 2011 04:04:30 +0000 (04:04 +0000)]
just added frame saving
Alexey Spizhevoy [Fri, 11 Feb 2011 14:31:20 +0000 (14:31 +0000)]
fixed warpAffine and warpPerspective under Linux
Alexey Spizhevoy [Fri, 11 Feb 2011 09:59:21 +0000 (09:59 +0000)]
changed a little NVIDIA Staging test framework to handle failed tests correctly
Ethan Rublee [Fri, 11 Feb 2011 02:34:24 +0000 (02:34 +0000)]
Fixes build for android, mentioned in ticket #873
Ethan Rublee [Thu, 10 Feb 2011 18:59:13 +0000 (18:59 +0000)]
Linking order for android.
Alexey Spizhevoy [Thu, 10 Feb 2011 14:33:02 +0000 (14:33 +0000)]
minor chnages in GPU samples
Alexey Spizhevoy [Thu, 10 Feb 2011 13:27:50 +0000 (13:27 +0000)]
fixed waitKey delay for the GPU FD sample, it didn't work under Linux
Alexey Spizhevoy [Thu, 10 Feb 2011 13:01:36 +0000 (13:01 +0000)]
removed check disabling GPU face detection under Linux, i've checked -- it works
Vadim Pisarevsky [Wed, 9 Feb 2011 23:20:44 +0000 (23:20 +0000)]
temporarily disabled PyramidUp test (it crashes)
Vadim Pisarevsky [Wed, 9 Feb 2011 23:10:51 +0000 (23:10 +0000)]
fixed build errors on Linux + fixed Farneback optical flow sample
Vadim Pisarevsky [Wed, 9 Feb 2011 22:52:59 +0000 (22:52 +0000)]
.pyc files should not be in the repository
Vadim Pisarevsky [Wed, 9 Feb 2011 22:45:45 +0000 (22:45 +0000)]
fixed build on Windows with MSVC2010