profile/ivi/opencv.git
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

13 years agotemporarily disabled PyramidUp test (it crashes)
Vadim Pisarevsky [Wed, 9 Feb 2011 23:20:44 +0000 (23:20 +0000)]
temporarily disabled PyramidUp test (it crashes)

13 years agofixed build errors on Linux + fixed Farneback optical flow sample
Vadim Pisarevsky [Wed, 9 Feb 2011 23:10:51 +0000 (23:10 +0000)]
fixed build errors on Linux + fixed Farneback optical flow sample

13 years ago.pyc files should not be in the repository
Vadim Pisarevsky [Wed, 9 Feb 2011 22:52:59 +0000 (22:52 +0000)]
.pyc files should not be in the repository

13 years agofixed build on Windows with MSVC2010
Vadim Pisarevsky [Wed, 9 Feb 2011 22:45:45 +0000 (22:45 +0000)]
fixed build on Windows with MSVC2010

13 years agoadded missing ts internal header
Vadim Pisarevsky [Wed, 9 Feb 2011 22:10:50 +0000 (22:10 +0000)]
added missing ts internal header

13 years agothe combined cxts + gtest
Vadim Pisarevsky [Wed, 9 Feb 2011 22:03:01 +0000 (22:03 +0000)]
the combined cxts + gtest

13 years ago(no commit message)
Vadim Pisarevsky [Wed, 9 Feb 2011 21:58:31 +0000 (21:58 +0000)]

13 years agothe combined cxts + gtest
Vadim Pisarevsky [Wed, 9 Feb 2011 21:56:48 +0000 (21:56 +0000)]
the combined cxts + gtest

13 years agofixed bugs in CartToPolarToCart test
Vadim Pisarevsky [Wed, 9 Feb 2011 21:37:33 +0000 (21:37 +0000)]
fixed bugs in CartToPolarToCart test

13 years agoreworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now...
Vadim Pisarevsky [Wed, 9 Feb 2011 20:55:11 +0000 (20:55 +0000)]
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.

13 years agorenamed gpu::DeviceInfo::has into gpu::DeviceInfo::supports
Alexey Spizhevoy [Wed, 9 Feb 2011 12:31:05 +0000 (12:31 +0000)]
renamed gpu::DeviceInfo::has into gpu::DeviceInfo::supports

13 years agofixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels)
Vladislav Vinogradov [Wed, 9 Feb 2011 09:11:11 +0000 (09:11 +0000)]
fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels)

13 years agoParallel version of Latent SVM.
Valentina Kustikova [Tue, 8 Feb 2011 07:34:25 +0000 (07:34 +0000)]
Parallel version of Latent SVM.

13 years agofixed build under ubuntu, but FS is still disabled
Anatoly Baksheev [Mon, 7 Feb 2011 13:47:10 +0000 (13:47 +0000)]
fixed build under ubuntu, but FS is still disabled

13 years agouncomment building of samples
Alexander Shishkov [Mon, 7 Feb 2011 10:44:44 +0000 (10:44 +0000)]
uncomment building of samples

13 years agofixed SURF_GPU (fails on empty data)
Vladislav Vinogradov [Mon, 7 Feb 2011 10:12:04 +0000 (10:12 +0000)]
fixed SURF_GPU (fails on empty data)
added test for SURF_GPU and reprojectImageTo3D

13 years agofix compilation under win32 with gpu
Anatoly Baksheev [Mon, 7 Feb 2011 09:18:11 +0000 (09:18 +0000)]
fix compilation under win32 with gpu

13 years agoAdded test for the asymmetric pattern detection
Ilya Lysenkov [Mon, 7 Feb 2011 08:01:20 +0000 (08:01 +0000)]
Added test for the asymmetric pattern detection

13 years agoAdded documentation for asymmetric pattern detection
Ilya Lysenkov [Mon, 7 Feb 2011 08:00:16 +0000 (08:00 +0000)]
Added documentation for asymmetric pattern detection

13 years agoModified the calibration sample to work with asymmetric pattern
Ilya Lysenkov [Mon, 7 Feb 2011 07:59:01 +0000 (07:59 +0000)]
Modified the calibration sample to work with asymmetric pattern

13 years agoAdded detection of asymmetric circles' pattern
Ilya Lysenkov [Mon, 7 Feb 2011 07:57:32 +0000 (07:57 +0000)]
Added detection of asymmetric circles' pattern

13 years agoMinor fix to pop count based hamming distance. Being consistent with type.
Ethan Rublee [Mon, 7 Feb 2011 05:10:14 +0000 (05:10 +0000)]
Minor fix to pop count based hamming distance. Being consistent with type.

13 years agofixed some compilation under ubuntu
Anatoly Baksheev [Fri, 4 Feb 2011 18:29:05 +0000 (18:29 +0000)]
fixed some compilation under ubuntu

13 years agoremoved MS specific from FD code
Anatoly Baksheev [Fri, 4 Feb 2011 15:46:35 +0000 (15:46 +0000)]
removed MS specific from FD code

13 years agoadded messages to CMake log; fixed sample
Maria Dimashova [Fri, 4 Feb 2011 15:36:41 +0000 (15:36 +0000)]
added messages to CMake log; fixed sample

13 years ago1) NPP_staging as sources. Binaries removed.
Anatoly Baksheev [Fri, 4 Feb 2011 15:15:25 +0000 (15:15 +0000)]
1) NPP_staging as sources. Binaries removed.
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.

13 years agofixed CvBoost
Maria Dimashova [Fri, 4 Feb 2011 15:06:26 +0000 (15:06 +0000)]
fixed CvBoost

13 years agorefactored OpenNI integration
Maria Dimashova [Fri, 4 Feb 2011 13:41:10 +0000 (13:41 +0000)]
refactored OpenNI integration