profile/ivi/opencv.git
13 years agoupdated SURF_GPU docs
Vladislav Vinogradov [Mon, 14 Mar 2011 07:04:41 +0000 (07:04 +0000)]
updated SURF_GPU docs

13 years ago- add support for the popcnt instruction (useful for the Hamming distance, soon to...
Vincent Rabaud [Sun, 13 Mar 2011 22:51:33 +0000 (22:51 +0000)]
- add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN)

13 years ago- replace the linear search in a sorted list by the appropriate algorithm
Vincent Rabaud [Sun, 13 Mar 2011 00:31:17 +0000 (00:31 +0000)]
- replace the linear search in a sorted list by the appropriate algorithm

13 years agominor (fixed log message)
Anatoly Baksheev [Fri, 11 Mar 2011 13:31:40 +0000 (13:31 +0000)]
minor (fixed log message)

13 years agomade GPU version of SURF more consistent with CPU one
Vladislav Vinogradov [Thu, 10 Mar 2011 13:53:58 +0000 (13:53 +0000)]
made GPU version of SURF more consistent with CPU one

13 years agoadded docs for gpu::solvePnPRansac
Alexey Spizhevoy [Wed, 9 Mar 2011 08:48:39 +0000 (08:48 +0000)]
added docs for gpu::solvePnPRansac

13 years agofurther docs cleanup
Vadim Pisarevsky [Tue, 8 Mar 2011 22:22:24 +0000 (22:22 +0000)]
further docs cleanup

13 years agomake GPU version of solvePnPRansac more consistent with CPU one
Alexey Spizhevoy [Mon, 7 Mar 2011 14:01:18 +0000 (14:01 +0000)]
make GPU version of solvePnPRansac more consistent with CPU one

13 years agoupdated solvePnpRansac performance test
Alexey Spizhevoy [Mon, 7 Mar 2011 13:36:47 +0000 (13:36 +0000)]
updated solvePnpRansac performance test

13 years agoFixed build errors in MSVC when building without CUDA.
Jose Luis Blanco [Sun, 6 Mar 2011 21:59:04 +0000 (21:59 +0000)]
Fixed build errors in MSVC when building without CUDA.

13 years agofixed Python reference title
Vadim Pisarevsky [Sat, 5 Mar 2011 21:28:31 +0000 (21:28 +0000)]
fixed Python reference title

13 years agoadded pictures for OpenCV 2.x reference manual; fixed some build problems and done...
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

13 years agoadded OpenCV 1.x documentation
Vadim Pisarevsky [Sat, 5 Mar 2011 21:23:47 +0000 (21:23 +0000)]
added OpenCV 1.x documentation

13 years ago(no commit message)
Vadim Pisarevsky [Sat, 5 Mar 2011 06:28:19 +0000 (06:28 +0000)]

13 years agoadded solvePnPRansac method
Alexander Shishkov [Sat, 5 Mar 2011 00:18:49 +0000 (00:18 +0000)]
added solvePnPRansac method

13 years agoadded command line args parsing into gpu performance sample
Alexey Spizhevoy [Thu, 3 Mar 2011 13:46:44 +0000 (13:46 +0000)]
added command line args parsing into gpu performance sample

13 years agosome more doc cleanup
Vadim Pisarevsky [Thu, 3 Mar 2011 07:29:55 +0000 (07:29 +0000)]
some more doc cleanup

13 years agoremoved test whether z is negative in gpu::solvePnpRansac (there is no need in this...
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)

13 years agorefactored gpu::solvePnpRansac a bit
Alexey Spizhevoy [Wed, 2 Mar 2011 08:04:08 +0000 (08:04 +0000)]
refactored gpu::solvePnpRansac a bit

13 years agoadded performance sample for solvePnpRansac + refactoring
Alexey Spizhevoy [Tue, 1 Mar 2011 09:17:22 +0000 (09:17 +0000)]
added performance sample for solvePnpRansac + refactoring

13 years agofixed some warnings
Alexey Spizhevoy [Tue, 1 Mar 2011 08:02:27 +0000 (08:02 +0000)]
fixed some warnings

13 years agoadded distortion coefs support into gpu::solvePnpRansac
Alexey Spizhevoy [Tue, 1 Mar 2011 07:44:36 +0000 (07:44 +0000)]
added distortion coefs support into gpu::solvePnpRansac

13 years agoutility to clean up converted from TeX rst docs
Vadim Pisarevsky [Mon, 28 Feb 2011 21:31:49 +0000 (21:31 +0000)]
utility to clean up converted from TeX rst docs

13 years agothe first round of cleaning up the RST docs
Vadim Pisarevsky [Mon, 28 Feb 2011 21:26:43 +0000 (21:26 +0000)]
the first round of cleaning up the RST docs

13 years agoparallelized hypotheses evaluation cycle in gpu::solvePnpRansac
Alexey Spizhevoy [Mon, 28 Feb 2011 14:21:41 +0000 (14:21 +0000)]
parallelized hypotheses evaluation cycle in gpu::solvePnpRansac

13 years agoadded gpu::solvePnpRansac
Alexey Spizhevoy [Mon, 28 Feb 2011 12:44:19 +0000 (12:44 +0000)]
added gpu::solvePnpRansac

13 years agofixed a bug in boost.calc_error and added more documentation
Gary Bradski [Mon, 28 Feb 2011 02:24:11 +0000 (02:24 +0000)]
fixed a bug in boost.calc_error and added more documentation

13 years agofixed the fast branch of INTER_AREA resize (ticket #921)
Vadim Pisarevsky [Sun, 27 Feb 2011 19:04:48 +0000 (19:04 +0000)]
fixed the fast branch of INTER_AREA resize (ticket #921)

13 years agoadded IPP dot product functions. Only 32f data type supported for now (there are...
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)

13 years agoadded 16u support in calcHist & calcBackProject; added image type checks (ticket...
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)

13 years agocleaned RST formatting a bit
Vadim Pisarevsky [Sat, 26 Feb 2011 11:05:10 +0000 (11:05 +0000)]
cleaned RST formatting a bit

13 years agoremoved duplicated SIFT points (reported by Luca Del Tongo)
Vadim Pisarevsky [Fri, 25 Feb 2011 11:14:00 +0000 (11:14 +0000)]
removed duplicated SIFT points (reported by Luca Del Tongo)

13 years agoReplaced few methods to virtual in CascaseClassifier class (objdetect.hpp)
Alexey Kazakov [Thu, 24 Feb 2011 11:03:00 +0000 (11:03 +0000)]
Replaced few methods to virtual in CascaseClassifier class (objdetect.hpp)

13 years agoReplaced private methods to protected 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)

13 years agoCommand line python tools for generating patterns, may be incomplete.
Ethan Rublee [Wed, 23 Feb 2011 18:11:25 +0000 (18:11 +0000)]
Command line python tools for generating patterns, may be incomplete.

13 years agoAdded a printable asymmetric pattern of circles
Ilya Lysenkov [Wed, 23 Feb 2011 14:47:15 +0000 (14:47 +0000)]
Added a printable asymmetric pattern of circles

13 years agoOpenCV reference manual (C++ part only for now) is now produced directly from RST...
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.

13 years agoOpenCV reference manual (C++ part only for now) is now produced directly from RST...
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.

13 years agoOpenCV reference manual (C++ part only for now) is now produced directly from RST...
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.

13 years agotemporarily disabled compute descriptor kernel for new cards (some problems with...
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.

13 years agoadded asynchronous versions of transform- and projectPoints into the GPU module,...
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

13 years agominor refactoring
Anatoly Baksheev [Mon, 21 Feb 2011 16:50:19 +0000 (16:50 +0000)]
minor refactoring

13 years agoadded performance test for gpu::projectPoints function
Alexey Spizhevoy [Mon, 21 Feb 2011 11:14:12 +0000 (11:14 +0000)]
added performance test for gpu::projectPoints function

13 years agoadded projectPoints and transformPoints into GPU module
Alexey Spizhevoy [Mon, 21 Feb 2011 10:58:05 +0000 (10:58 +0000)]
added projectPoints and transformPoints into GPU module

13 years agoadded check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not
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

13 years agoadding cap_images.cpp to android build, may fix link error, but not really address...
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

13 years agoadded test data for NVidia's FD tests
Anatoly Baksheev [Fri, 18 Feb 2011 16:39:50 +0000 (16:39 +0000)]
added test data for NVidia's FD tests

13 years agoenabled nvidia's tests
Anatoly Baksheev [Fri, 18 Feb 2011 12:34:57 +0000 (12:34 +0000)]
enabled nvidia's tests

13 years ago*applied patch from NVidia (nppstTraspose bug)
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

13 years agotemporily excluded cv::Algorithm
Vadim Pisarevsky [Fri, 18 Feb 2011 12:17:26 +0000 (12:17 +0000)]
temporily excluded cv::Algorithm

13 years agoadded missing "#include <functional>"
Vadim Pisarevsky [Fri, 18 Feb 2011 12:08:28 +0000 (12:08 +0000)]
added missing "#include <functional>"

13 years agoforgot to run bitiwise tests
Alexey Spizhevoy [Fri, 18 Feb 2011 10:39:18 +0000 (10:39 +0000)]
forgot to run bitiwise tests

13 years agoreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvSta...
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)

13 years agoreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvSta...
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)

13 years agoreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvSta...
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)

13 years agofixed gpu/CMakeLists.txt
Alexey Spizhevoy [Fri, 18 Feb 2011 10:04:31 +0000 (10:04 +0000)]
fixed gpu/CMakeLists.txt

13 years agoremoved unnecessary code from gpu/CMakeLists.txt
Alexey Spizhevoy [Fri, 18 Feb 2011 10:01:30 +0000 (10:01 +0000)]
removed unnecessary code from gpu/CMakeLists.txt

13 years agoremoved CMakeLists.txt from gpu/test folder to avoid precompiled header associated...
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

13 years agofixed mirror property of kinect
Maria Dimashova [Thu, 17 Feb 2011 15:53:20 +0000 (15:53 +0000)]
fixed mirror property of kinect

13 years agorefactored GPU performance sample, added filter suport
Alexey Spizhevoy [Thu, 17 Feb 2011 15:25:50 +0000 (15:25 +0000)]
refactored GPU performance sample, added filter suport

13 years agoadded NVIDIA tests (disabled because doesn't work under Linux)
Alexey Spizhevoy [Thu, 17 Feb 2011 14:51:57 +0000 (14:51 +0000)]
added NVIDIA tests (disabled because doesn't work under Linux)

13 years agoported GPU test to GTest framework
Alexey Spizhevoy [Thu, 17 Feb 2011 14:01:28 +0000 (14:01 +0000)]
ported GPU test to GTest framework

13 years agoremoved check_and_treat_gpu_exception function
Alexey Spizhevoy [Thu, 17 Feb 2011 11:18:32 +0000 (11:18 +0000)]
removed check_and_treat_gpu_exception function

13 years agonow GPU stereo_bp test prints error mesage and test system continues execution
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

13 years agofixed colorizing disparity
Maria Dimashova [Thu, 17 Feb 2011 09:29:29 +0000 (09:29 +0000)]
fixed colorizing disparity

13 years agofixed memory corruption in cvtest::copyMakeBorder (thanks to Pieter-Jan Busschaert)
Vadim Pisarevsky [Thu, 17 Feb 2011 09:07:55 +0000 (09:07 +0000)]
fixed memory corruption in cvtest::copyMakeBorder (thanks to Pieter-Jan Busschaert)

13 years agofixed incorrect device id in multi_gpu sample (checked both multi GPU samples work...
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)

13 years agoremoved catch from GPU stereo_bp test as --gtest_catch_exceptions flags exists (but...
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)

13 years agocreated GPU new-style test project, ported StereoBP test
Alexey Spizhevoy [Wed, 16 Feb 2011 11:38:58 +0000 (11:38 +0000)]
created GPU new-style test project, ported StereoBP test

13 years agoUpdated doc
Marius Muja [Wed, 16 Feb 2011 08:44:34 +0000 (08:44 +0000)]
Updated doc

13 years agoPrefixed constants in flann with FLANN_ to prevent clashes with constants from other...
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

13 years agodefault target arch modified
Anatoly Baksheev [Wed, 16 Feb 2011 08:42:12 +0000 (08:42 +0000)]
default target arch modified

13 years agoupdate docs
Vladislav Vinogradov [Wed, 16 Feb 2011 08:31:45 +0000 (08:31 +0000)]
update docs
minor fixes and refactoring of GPU module

13 years agoRemoving 'using namespace std' from header files, closes bugs #730 and #846
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

13 years agominor + warnings
Anatoly Baksheev [Tue, 15 Feb 2011 15:09:54 +0000 (15:09 +0000)]
minor + warnings

13 years agoadded docs for MultiGpuManager
Alexey Spizhevoy [Tue, 15 Feb 2011 14:36:53 +0000 (14:36 +0000)]
added docs for MultiGpuManager

13 years agorenamed GpuFeature into FeatureSet and updated docs
Alexey Spizhevoy [Tue, 15 Feb 2011 13:56:59 +0000 (13:56 +0000)]
renamed GpuFeature into FeatureSet and updated docs

13 years agorefactoring of GPU module
Alexey Spizhevoy [Tue, 15 Feb 2011 13:25:24 +0000 (13:25 +0000)]
refactoring of GPU module

13 years agofixed some warnings
Anatoly Baksheev [Tue, 15 Feb 2011 10:54:49 +0000 (10:54 +0000)]
fixed some warnings
GPU: TargetArchs -> added FEATURE_SET prefix.

13 years agoadded init() function into MultiGpuMgr, added samples
Alexey Spizhevoy [Tue, 15 Feb 2011 10:03:26 +0000 (10:03 +0000)]
added init() function into MultiGpuMgr, added samples

13 years agofixed multi GPU API, added driver_api prefix to multi gpu 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

13 years agofixed descriptor calculation in SURF_GPU
Vladislav Vinogradov [Tue, 15 Feb 2011 08:57:35 +0000 (08:57 +0000)]
fixed descriptor calculation in SURF_GPU

13 years agofixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max...
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

13 years agofixed warnings in GPU samples
Alexey Spizhevoy [Mon, 14 Feb 2011 15:36:07 +0000 (15:36 +0000)]
fixed warnings in GPU samples

13 years agofixed GPU samples and MultiGpuMgr
Alexey Spizhevoy [Mon, 14 Feb 2011 15:09:45 +0000 (15:09 +0000)]
fixed GPU samples and MultiGpuMgr

13 years agoremoved debug output from tests
Alexey Spizhevoy [Mon, 14 Feb 2011 13:58:20 +0000 (13:58 +0000)]
removed debug output from tests

13 years agofixed GPU minMaxLoc test, updated docs
Alexey Spizhevoy [Mon, 14 Feb 2011 13:56:12 +0000 (13:56 +0000)]
fixed GPU minMaxLoc test, updated docs

13 years agoGPU: In strcut _scanElemOp dummy type pass by value
Anatoly Baksheev [Mon, 14 Feb 2011 13:30:00 +0000 (13:30 +0000)]
GPU: In strcut _scanElemOp dummy type pass by value

13 years ago(no commit message)
Alexey Spizhevoy [Mon, 14 Feb 2011 13:13:05 +0000 (13:13 +0000)]

13 years agoadded draft version of MultiGpuMgr (it isn't tested on multi GPU machine yet)
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)

13 years agofixed GPU meanshift segmentation test under Ubuntu
Alexey Spizhevoy [Mon, 14 Feb 2011 08:56:57 +0000 (08:56 +0000)]
fixed GPU meanshift segmentation test under Ubuntu

13 years agoadded output camera id if it fails
Gary Bradski [Sun, 13 Feb 2011 04:09:58 +0000 (04:09 +0000)]
added output camera id if it fails

13 years agojust added frame saving
Gary Bradski [Sun, 13 Feb 2011 04:04:30 +0000 (04:04 +0000)]
just added frame saving

13 years agofixed warpAffine and warpPerspective under Linux
Alexey Spizhevoy [Fri, 11 Feb 2011 14:31:20 +0000 (14:31 +0000)]
fixed warpAffine and warpPerspective under Linux

13 years agochanged a little NVIDIA Staging test framework to handle failed tests correctly
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

13 years agoFixes build for android, mentioned in ticket #873
Ethan Rublee [Fri, 11 Feb 2011 02:34:24 +0000 (02:34 +0000)]
Fixes build for android, mentioned in ticket #873

13 years agoLinking order for android.
Ethan Rublee [Thu, 10 Feb 2011 18:59:13 +0000 (18:59 +0000)]
Linking order for android.

13 years agominor chnages in GPU samples
Alexey Spizhevoy [Thu, 10 Feb 2011 14:33:02 +0000 (14:33 +0000)]
minor chnages in GPU samples

13 years agofixed waitKey delay for the GPU FD sample, it didn't work under Linux
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

13 years agoremoved check disabling GPU face detection under Linux, i've checked -- it works
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