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

13 years agoadded perf test for gpu::erode, fixed docs, refactored perf. sample
Alexey Spizhevoy [Fri, 4 Feb 2011 08:16:09 +0000 (08:16 +0000)]
added perf test for gpu::erode, fixed docs, refactored perf. sample

13 years agoupdated docs
Alexey Spizhevoy [Thu, 3 Feb 2011 14:55:54 +0000 (14:55 +0000)]
updated docs

13 years agofixed some warnings and errors under g++
Alexey Spizhevoy [Thu, 3 Feb 2011 14:51:58 +0000 (14:51 +0000)]
fixed some warnings and errors under g++

13 years agofixed docs
Alexey Spizhevoy [Thu, 3 Feb 2011 13:19:56 +0000 (13:19 +0000)]
fixed docs

13 years agoadded stereo_multi_gpu sample, cosmetic changes in multi_gpu sample
Alexey Spizhevoy [Thu, 3 Feb 2011 12:02:39 +0000 (12:02 +0000)]
added stereo_multi_gpu sample, cosmetic changes in multi_gpu sample

13 years agomoved an include dirs setting to the root cmake file
Maria Dimashova [Thu, 3 Feb 2011 09:55:17 +0000 (09:55 +0000)]
moved an include dirs setting to the root cmake file

13 years agofixed doc
Maria Dimashova [Wed, 2 Feb 2011 16:29:33 +0000 (16:29 +0000)]
fixed doc

13 years agointro fix in gpu module
Anatoly Baksheev [Wed, 2 Feb 2011 15:50:01 +0000 (15:50 +0000)]
intro fix in gpu module

13 years agomoved flannIndex to protected section again
Maria Dimashova [Wed, 2 Feb 2011 15:47:08 +0000 (15:47 +0000)]
moved flannIndex to protected section again

13 years agofixed warpAffine and warpPerspective tests
Alexey Spizhevoy [Wed, 2 Feb 2011 10:07:56 +0000 (10:07 +0000)]
fixed warpAffine and warpPerspective tests

13 years agofixed gpu image resize test
Alexey Spizhevoy [Wed, 2 Feb 2011 09:58:22 +0000 (09:58 +0000)]
fixed gpu image resize test

13 years agoadded docs for gpu::GpuFeature
Alexey Spizhevoy [Wed, 2 Feb 2011 07:45:50 +0000 (07:45 +0000)]
added docs for gpu::GpuFeature

13 years agoadded cvtColor performance test, small fix of BruteForceMatcher performance test
Vladislav Vinogradov [Wed, 2 Feb 2011 07:34:18 +0000 (07:34 +0000)]
added cvtColor performance test, small fix of BruteForceMatcher performance test

13 years agofixed gpu::sum* on CC1.0, updated some tests
Alexey Spizhevoy [Wed, 2 Feb 2011 07:23:55 +0000 (07:23 +0000)]
fixed gpu::sum* on CC1.0, updated some tests

13 years agoforgot to commit cvconfig.h.cmake
Alexey Spizhevoy [Wed, 2 Feb 2011 07:03:29 +0000 (07:03 +0000)]
forgot to commit cvconfig.h.cmake

13 years agomoved flannIndex to public section (temporarily)
Maria Dimashova [Tue, 1 Feb 2011 17:38:11 +0000 (17:38 +0000)]
moved flannIndex to public section (temporarily)

13 years agoupdated performance sample
Alexey Spizhevoy [Tue, 1 Feb 2011 12:55:05 +0000 (12:55 +0000)]
updated performance sample

13 years agoadded CUDA_ARCH_FEATUERS define (for correct handling of BIN(PTX) cases)
Alexey Spizhevoy [Tue, 1 Feb 2011 12:28:39 +0000 (12:28 +0000)]
added CUDA_ARCH_FEATUERS define (for correct handling of BIN(PTX) cases)

13 years agofixed gpu minMax tests under linux
Vladislav Vinogradov [Tue, 1 Feb 2011 10:55:58 +0000 (10:55 +0000)]
fixed gpu minMax tests under linux

13 years agoreplaced source type 32F with 32FC4 in gpu::norm perf. test
Alexey Spizhevoy [Tue, 1 Feb 2011 10:51:50 +0000 (10:51 +0000)]
replaced source type 32F with 32FC4 in gpu::norm perf. test

13 years agoadded buffered version of norm, updated performance sample and docs
Alexey Spizhevoy [Tue, 1 Feb 2011 10:46:19 +0000 (10:46 +0000)]
added buffered version of norm, updated performance sample and docs

13 years agoimplemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added...
Alexey Spizhevoy [Tue, 1 Feb 2011 10:23:10 +0000 (10:23 +0000)]
implemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added support of other data types

13 years agominor changes of user guide (Kinect section)
Maria Dimashova [Tue, 1 Feb 2011 10:04:14 +0000 (10:04 +0000)]
minor changes of user guide (Kinect section)

13 years agoadded bigger images for SURF performance test (it shows better results on them)
Alexey Spizhevoy [Tue, 1 Feb 2011 09:51:23 +0000 (09:51 +0000)]
added bigger images for SURF performance test (it shows better results on them)

13 years agoEnglish corrected
Victor Erukhimov [Mon, 31 Jan 2011 19:53:56 +0000 (19:53 +0000)]
English corrected