platform/upstream/opencv.git
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

13 years agochanged border type to float
Maria Dimashova [Mon, 31 Jan 2011 17:10:47 +0000 (17:10 +0000)]
changed border type to float

13 years agochanged border type to float
Maria Dimashova [Mon, 31 Jan 2011 16:45:12 +0000 (16:45 +0000)]
changed border type to float

13 years agofixed #772 (added empty implementation of SIFT class methods throwing exception if...
Maria Dimashova [Mon, 31 Jan 2011 16:23:26 +0000 (16:23 +0000)]
fixed #772 (added empty implementation of SIFT class methods throwing exception if ARM)

13 years agofixed #841
Maria Dimashova [Mon, 31 Jan 2011 15:16:40 +0000 (15:16 +0000)]
fixed #841

13 years agoadded docs for absSum function
Alexey Spizhevoy [Mon, 31 Jan 2011 14:58:51 +0000 (14:58 +0000)]
added docs for absSum function

13 years agoforgot to commit in the last time
Maria Dimashova [Mon, 31 Jan 2011 14:48:15 +0000 (14:48 +0000)]
forgot to commit in the last time

13 years agoadded absSum function
Alexey Spizhevoy [Mon, 31 Jan 2011 14:37:03 +0000 (14:37 +0000)]
added absSum function

13 years agoadded empty() method to common features2d classes; fixed #831
Maria Dimashova [Mon, 31 Jan 2011 14:18:50 +0000 (14:18 +0000)]
added empty() method to common features2d classes; fixed #831

13 years agoremoved linear_filters_beta.cu as its functionality was moved into filters.cu
Alexey Spizhevoy [Mon, 31 Jan 2011 13:31:59 +0000 (13:31 +0000)]
removed linear_filters_beta.cu as its functionality was moved into filters.cu

13 years agofixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async)
Vladislav Vinogradov [Mon, 31 Jan 2011 13:20:52 +0000 (13:20 +0000)]
fixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async)
minor code refactoring

13 years agoadded buffered version of gpu::integral function and updated performance test (it...
Alexey Spizhevoy [Mon, 31 Jan 2011 10:42:33 +0000 (10:42 +0000)]
added buffered version of gpu::integral function and updated performance test (it still works too slow)

13 years agofixed ticket #823
Maria Dimashova [Mon, 31 Jan 2011 09:51:17 +0000 (09:51 +0000)]
fixed ticket #823

13 years agominor changes
Maria Dimashova [Mon, 31 Jan 2011 08:24:30 +0000 (08:24 +0000)]
minor changes

13 years agoremoved obsolete file
Alexey Spizhevoy [Mon, 31 Jan 2011 07:51:36 +0000 (07:51 +0000)]
removed obsolete file

13 years agoadded docs for the DeviceInfo class
Alexey Spizhevoy [Mon, 31 Jan 2011 07:45:00 +0000 (07:45 +0000)]
added docs for the DeviceInfo class

13 years agofixed GPU docs
Vladislav Vinogradov [Mon, 31 Jan 2011 07:38:58 +0000 (07:38 +0000)]
fixed GPU docs

13 years agoFixing check in NativePreviewer for supported modes, and a little auto formatting
Ethan Rublee [Mon, 31 Jan 2011 03:13:29 +0000 (03:13 +0000)]
Fixing check in NativePreviewer for supported modes, and a little auto formatting

13 years agoAdding a few settings to the camera driver for android.
Ethan Rublee [Sun, 30 Jan 2011 02:36:20 +0000 (02:36 +0000)]
Adding a few settings to the camera driver for android.

13 years agofixed documents errors for GPU module
Anatoly Baksheev [Fri, 28 Jan 2011 16:11:43 +0000 (16:11 +0000)]
fixed documents errors for GPU module

13 years agominor changes in multi_gpu sample
Alexey Spizhevoy [Fri, 28 Jan 2011 16:01:32 +0000 (16:01 +0000)]
minor changes in multi_gpu sample

13 years agoadded images for gpu samples
Alexey Spizhevoy [Fri, 28 Jan 2011 15:00:08 +0000 (15:00 +0000)]
added images for gpu samples

13 years agoupdated code in case of the compilation without CUDA
Alexey Spizhevoy [Fri, 28 Jan 2011 12:30:08 +0000 (12:30 +0000)]
updated code in case of the compilation without CUDA

13 years agoreafactoring: replaced query device props functions with the DeviceInfo class
Alexey Spizhevoy [Fri, 28 Jan 2011 11:59:26 +0000 (11:59 +0000)]
reafactoring: replaced query device props functions with the DeviceInfo class

13 years agoadded results check into multi_gpu sample
Alexey Spizhevoy [Fri, 28 Jan 2011 09:42:45 +0000 (09:42 +0000)]
added results check into multi_gpu sample

13 years agoadded performance tests for mulSpectrum, resize, Sobel
Alexey Spizhevoy [Fri, 28 Jan 2011 08:38:01 +0000 (08:38 +0000)]
added performance tests for mulSpectrum, resize, Sobel

13 years agoadded performance tests for log, exp, add, magnitude
Alexey Spizhevoy [Fri, 28 Jan 2011 07:45:01 +0000 (07:45 +0000)]
added performance tests for log, exp, add, magnitude

13 years agofinished multi_gpu sample
Alexey Spizhevoy [Thu, 27 Jan 2011 15:05:21 +0000 (15:05 +0000)]
finished multi_gpu sample

13 years agoadded HAVE_CUDA, HAVE_TBB handling into multi_gpu sample
Alexey Spizhevoy [Thu, 27 Jan 2011 13:48:33 +0000 (13:48 +0000)]
added HAVE_CUDA, HAVE_TBB handling into multi_gpu sample

13 years agofixed TargetArchs implementation in case when HAVE_CUDA=false, added initial structur...
Alexey Spizhevoy [Thu, 27 Jan 2011 12:17:56 +0000 (12:17 +0000)]
fixed TargetArchs implementation in case when HAVE_CUDA=false, added initial structure for multi_gpu sample

13 years agoadded help on Kinect usage to user guide
Maria Dimashova [Thu, 27 Jan 2011 10:53:13 +0000 (10:53 +0000)]
added help on Kinect usage to user guide

13 years agoreplaced has* methods in the GPU module with the TargetArchs monostate
Alexey Spizhevoy [Thu, 27 Jan 2011 10:06:38 +0000 (10:06 +0000)]
replaced has* methods in the GPU module with the TargetArchs monostate

13 years agoremoved old unnecessary files from doc
Maria Dimashova [Thu, 27 Jan 2011 08:30:44 +0000 (08:30 +0000)]
removed old unnecessary files from doc

13 years agofixed parsing GPU archs in BIN(PTX) format
Alexey Spizhevoy [Thu, 27 Jan 2011 08:26:10 +0000 (08:26 +0000)]
fixed parsing GPU archs in BIN(PTX) format

13 years agochanged returned value of unsupported property
Maria Dimashova [Thu, 27 Jan 2011 07:33:34 +0000 (07:33 +0000)]
changed returned value of unsupported property

13 years agoadded bib link to the article in GPU docs (for HOG)
Alexey Spizhevoy [Thu, 27 Jan 2011 07:26:38 +0000 (07:26 +0000)]
added bib link to the article in GPU docs (for HOG)

13 years agofixed BruteForceMatcher_GPU (fails if input data is empty)
Vladislav Vinogradov [Wed, 26 Jan 2011 15:58:47 +0000 (15:58 +0000)]
fixed BruteForceMatcher_GPU (fails if input data is empty)
updated BruteForceMatcher_GPU test

13 years agoupdate BruteForceMatcher_GPU performance test
Vladislav Vinogradov [Wed, 26 Jan 2011 15:35:41 +0000 (15:35 +0000)]
update BruteForceMatcher_GPU performance test

13 years agoadded BFM perf. test
Alexey Spizhevoy [Wed, 26 Jan 2011 15:28:42 +0000 (15:28 +0000)]
added BFM perf. test

13 years agoadded SURF perf. test, added working dir field (can be changed via CMD args)
Alexey Spizhevoy [Wed, 26 Jan 2011 11:37:54 +0000 (11:37 +0000)]
added SURF perf. test, added working dir field (can be changed via CMD args)

13 years agominor user output change
Maria Dimashova [Wed, 26 Jan 2011 10:51:58 +0000 (10:51 +0000)]
minor user output change

13 years agoadded ability to get and set some Kinect params
Maria Dimashova [Wed, 26 Jan 2011 10:38:31 +0000 (10:38 +0000)]
added ability to get and set some Kinect params

13 years agofixed compilation
Anatoly Baksheev [Wed, 26 Jan 2011 09:14:46 +0000 (09:14 +0000)]
fixed compilation

13 years agomore GPU perf. tests refactoring, added singular maps into remap test
Alexey Spizhevoy [Wed, 26 Jan 2011 08:12:06 +0000 (08:12 +0000)]
more GPU perf. tests refactoring, added singular maps into remap test

13 years agoadded more GPU perf. tests, refactored
Alexey Spizhevoy [Wed, 26 Jan 2011 07:49:56 +0000 (07:49 +0000)]
added more GPU perf. tests, refactored

13 years agoGPU docs. introduction, data structures.
Anatoly Baksheev [Tue, 25 Jan 2011 15:23:02 +0000 (15:23 +0000)]
GPU docs. introduction, data structures.

13 years agoadded error handling into GPU perf. tests
Alexey Spizhevoy [Tue, 25 Jan 2011 15:11:01 +0000 (15:11 +0000)]
added error handling into GPU perf. tests

13 years agoadded initializers into GPU perf. tests
Alexey Spizhevoy [Tue, 25 Jan 2011 14:43:54 +0000 (14:43 +0000)]
added initializers into GPU perf. tests

13 years agoupdated cmake file to allow specifying GPU archs in BIN(PTX) format
Alexey Spizhevoy [Tue, 25 Jan 2011 14:13:12 +0000 (14:13 +0000)]
updated cmake file to allow specifying GPU archs in BIN(PTX) format

13 years agofixed bug in performance test matrix generation
Alexey Spizhevoy [Tue, 25 Jan 2011 11:45:29 +0000 (11:45 +0000)]
fixed bug in performance test matrix generation

13 years agoadded GPU memory allocation performance test
Alexey Spizhevoy [Tue, 25 Jan 2011 10:37:48 +0000 (10:37 +0000)]
added GPU memory allocation performance test

13 years agoadded minMaxLoc, cornerHarris, remap and dft performance tests
Alexey Spizhevoy [Tue, 25 Jan 2011 09:54:17 +0000 (09:54 +0000)]
added minMaxLoc, cornerHarris, remap and dft performance tests

13 years agoadded minMaxLoc performance tests
Alexey Spizhevoy [Tue, 25 Jan 2011 08:32:45 +0000 (08:32 +0000)]
added minMaxLoc performance tests

13 years ago#586: exceptions on invalid element access
James Bowman [Tue, 25 Jan 2011 01:33:48 +0000 (01:33 +0000)]
#586: exceptions on invalid element access

13 years ago#489, leaking cvarrmat test and fix
James Bowman [Tue, 25 Jan 2011 01:05:12 +0000 (01:05 +0000)]
#489, leaking cvarrmat test and fix

13 years agoreplaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld()
Maria Dimashova [Mon, 24 Jan 2011 17:09:45 +0000 (17:09 +0000)]
replaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld()

13 years agorevert the hamming distance to use unsigned long, on 64bit machines, using size_t
Ethan Rublee [Mon, 24 Jan 2011 16:59:14 +0000 (16:59 +0000)]
revert the hamming distance to use unsigned long, on 64bit machines, using size_t
with __build_popcountl doesn't return correct number of bits. the ll version should work, but for simplicity,
locking it down to long for now.  TODO add a unit test for the Hamming distance.

13 years agorefactoring of gpu perf. tests
Alexey Spizhevoy [Mon, 24 Jan 2011 10:56:11 +0000 (10:56 +0000)]
refactoring of gpu perf. tests

13 years agominor refactoring of gpu perf. tests
Alexey Spizhevoy [Mon, 24 Jan 2011 10:39:28 +0000 (10:39 +0000)]
minor refactoring of gpu perf. tests

13 years agoadded first version of gpu performance tests
Alexey Spizhevoy [Mon, 24 Jan 2011 10:33:01 +0000 (10:33 +0000)]
added first version of gpu performance tests

13 years agoadded synchronization after NPP calls
Vladislav Vinogradov [Mon, 24 Jan 2011 10:32:57 +0000 (10:32 +0000)]
added synchronization after NPP calls

13 years agoadded gpu threshold.
Vladislav Vinogradov [Mon, 24 Jan 2011 10:11:02 +0000 (10:11 +0000)]
added gpu threshold.

13 years agoFix for #791: MatchShapes
James Bowman [Fri, 21 Jan 2011 21:55:52 +0000 (21:55 +0000)]
Fix for #791: MatchShapes

13 years agoadded Kinect support (initial version without settings configuration yet) and sample...
Maria Dimashova [Fri, 21 Jan 2011 17:00:08 +0000 (17:00 +0000)]
added Kinect support (initial version without settings configuration yet) and sample on usage

13 years agominor fixed
Maria Dimashova [Fri, 21 Jan 2011 16:07:28 +0000 (16:07 +0000)]
minor fixed

13 years agoadded link to HOG describing paper into gpu docs
Alexey Spizhevoy [Fri, 21 Jan 2011 14:58:10 +0000 (14:58 +0000)]
added link to HOG describing paper into gpu docs

13 years agodocumented data structures, cascade classifier GPU
Anatoly Baksheev [Fri, 21 Jan 2011 14:42:21 +0000 (14:42 +0000)]
documented data structures, cascade classifier GPU