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

13 years agofixed FindNPP.cmake Apple-aimed part
Alexey Spizhevoy [Fri, 21 Jan 2011 12:57:40 +0000 (12:57 +0000)]
fixed FindNPP.cmake Apple-aimed part

13 years agoforgot to rename namespace
Alexey Spizhevoy [Fri, 21 Jan 2011 11:31:45 +0000 (11:31 +0000)]
forgot to rename namespace

13 years agofixed errors under MacOS
Alexey Spizhevoy [Fri, 21 Jan 2011 10:53:07 +0000 (10:53 +0000)]
fixed errors under MacOS

13 years agowarning fixed
Anatoly Baksheev [Fri, 21 Jan 2011 09:00:19 +0000 (09:00 +0000)]
warning fixed

13 years agoremoved compile warning in GPU module
Alexey Spizhevoy [Fri, 21 Jan 2011 08:48:20 +0000 (08:48 +0000)]
removed compile warning in GPU module

13 years agominor changes in gpu docs
Alexey Spizhevoy [Fri, 21 Jan 2011 07:57:18 +0000 (07:57 +0000)]
minor changes in gpu docs

13 years ago(no commit message)
Anatoly Baksheev [Fri, 21 Jan 2011 07:56:57 +0000 (07:56 +0000)]

13 years agob
Anatoly Baksheev [Fri, 21 Jan 2011 07:56:40 +0000 (07:56 +0000)]
b

13 years agofixed some bugs in GPU matrix reductions, removed <functional> into precomp.hpp
Alexey Spizhevoy [Fri, 21 Jan 2011 07:43:11 +0000 (07:43 +0000)]
fixed some bugs in GPU matrix reductions, removed <functional> into precomp.hpp

13 years agofixed some GPU tests failing when compiled for 1.1(no doubles) and run on 1.3(with...
Alexey Spizhevoy [Thu, 20 Jan 2011 15:08:48 +0000 (15:08 +0000)]
fixed some GPU tests failing when compiled for 1.1(no doubles) and run on 1.3(with doubles)

13 years agofixed parsing of CC in gpu module
Alexey Spizhevoy [Thu, 20 Jan 2011 14:34:27 +0000 (14:34 +0000)]
fixed parsing of CC in gpu module

13 years agoupdated gpu initialization functions, added compile-time error on CC 1.0
Alexey Spizhevoy [Thu, 20 Jan 2011 14:13:07 +0000 (14:13 +0000)]
updated gpu initialization functions, added compile-time error on CC 1.0

13 years agofixed GPU switchable tests, changed default CC's for gpu module
Alexey Spizhevoy [Thu, 20 Jan 2011 10:15:44 +0000 (10:15 +0000)]
fixed GPU switchable tests, changed default CC's for gpu module

13 years agocosmetic changes
Alexey Spizhevoy [Thu, 20 Jan 2011 09:38:45 +0000 (09:38 +0000)]
cosmetic changes

13 years agoupdated main CMakeLists.txt gpu module section, now user can manage binary and interm...
Alexey Spizhevoy [Thu, 20 Jan 2011 09:22:05 +0000 (09:22 +0000)]
updated main CMakeLists.txt gpu module section, now user can manage binary and intermediate code versions of the gpu module image
added more functions to check version of gpu code in runtime

13 years agofixing bug related to using the hamming distance on descriptors whose length is not...
Ethan Rublee [Thu, 20 Jan 2011 02:36:46 +0000 (02:36 +0000)]
fixing bug related to using the hamming distance on descriptors whose length is not divisible by sizeof(size_t).

13 years agoadded IPP Sobel and Sharr filters. Also some minor changes.
Vladimir Dudnik [Wed, 19 Jan 2011 23:27:30 +0000 (23:27 +0000)]
added IPP Sobel and Sharr filters. Also some minor changes.

13 years ago#674, fix leaks in CreateHist
James Bowman [Wed, 19 Jan 2011 20:47:10 +0000 (20:47 +0000)]
#674, fix leaks in CreateHist

13 years agofixed minor bugs
Alexey Spizhevoy [Wed, 19 Jan 2011 13:28:22 +0000 (13:28 +0000)]
fixed minor bugs

13 years agoupdates protected code testing for gpu HOGDescriptor
Alexey Spizhevoy [Wed, 19 Jan 2011 13:13:23 +0000 (13:13 +0000)]
updates protected code testing for gpu HOGDescriptor

13 years agorefactored gpu module
Alexey Spizhevoy [Wed, 19 Jan 2011 12:47:34 +0000 (12:47 +0000)]
refactored gpu module

13 years agorefactored gpu module
Alexey Spizhevoy [Wed, 19 Jan 2011 10:54:58 +0000 (10:54 +0000)]
refactored gpu module

13 years agoFixed leak of dims in MatND creates
James Bowman [Wed, 19 Jan 2011 01:43:45 +0000 (01:43 +0000)]
Fixed leak of dims in MatND creates

13 years agoTest case for #674
James Bowman [Wed, 19 Jan 2011 01:29:53 +0000 (01:29 +0000)]
Test case for #674

13 years agoBetter tests for ticket #759
James Bowman [Wed, 19 Jan 2011 00:25:24 +0000 (00:25 +0000)]
Better tests for ticket #759

13 years ago#818, Propset Rev
James Bowman [Wed, 19 Jan 2011 00:22:02 +0000 (00:22 +0000)]
#818, Propset Rev

13 years ago#759. memtrack comments, sealed the numpy MatND leak
James Bowman [Wed, 19 Jan 2011 00:05:30 +0000 (00:05 +0000)]
#759.  memtrack comments, sealed the numpy MatND leak

13 years agoAdded features2d section
Victor Erukhimov [Tue, 18 Jan 2011 15:56:40 +0000 (15:56 +0000)]
Added features2d section

13 years agoadded checkPtxVersion into gpu module
Alexey Spizhevoy [Tue, 18 Jan 2011 14:52:35 +0000 (14:52 +0000)]
added checkPtxVersion into gpu module

13 years agoadded ensureSizeIsEnough into gpu module, updated reduction methods
Alexey Spizhevoy [Tue, 18 Jan 2011 12:36:01 +0000 (12:36 +0000)]
added ensureSizeIsEnough into gpu module, updated reduction methods

13 years agoadded hasPtxFor and isCompatibleWith functions into gpu module, added docs for them
Alexey Spizhevoy [Tue, 18 Jan 2011 12:01:28 +0000 (12:01 +0000)]
added hasPtxFor and isCompatibleWith functions into gpu module, added docs for them

13 years agofixed some mistakes in gpu docs, added docs for gpu stereo.
Vladislav Vinogradov [Tue, 18 Jan 2011 11:42:11 +0000 (11:42 +0000)]
fixed some mistakes in gpu docs, added docs for gpu stereo.

13 years agofixed some mistakes in gpu docs
Alexey Spizhevoy [Tue, 18 Jan 2011 08:09:47 +0000 (08:09 +0000)]
fixed some mistakes in gpu docs

13 years agominor (possibility to change, font scale, min neighbors)
Anatoly Baksheev [Mon, 17 Jan 2011 17:32:50 +0000 (17:32 +0000)]
minor (possibility to change, font scale, min neighbors)

13 years agoMoving all user guide sources to a single folder
Victor Erukhimov [Mon, 17 Jan 2011 13:15:40 +0000 (13:15 +0000)]
Moving all user guide sources to a single folder

13 years agoupdated gpu docs (monowidth font for types)
Alexey Spizhevoy [Mon, 17 Jan 2011 12:09:47 +0000 (12:09 +0000)]
updated gpu docs (monowidth font for types)

13 years agogpu docs minor changes
Alexey Spizhevoy [Mon, 17 Jan 2011 11:34:20 +0000 (11:34 +0000)]
gpu docs minor changes

13 years agogpu face detetcion:
Anatoly Baksheev [Mon, 17 Jan 2011 11:32:38 +0000 (11:32 +0000)]
gpu face detetcion:
1) fixed bug with error codes (enum NppStStatus) shift.
2) added some asserts

13 years agogpu morphology sample
Anatoly Baksheev [Mon, 17 Jan 2011 10:56:02 +0000 (10:56 +0000)]
gpu morphology sample

13 years agoupdated gpu image filtering and image processing docs
Vladislav Vinogradov [Mon, 17 Jan 2011 10:19:11 +0000 (10:19 +0000)]
updated gpu image filtering and image processing docs

13 years agofinished gpu module docs for matrix operations
Alexey Spizhevoy [Mon, 17 Jan 2011 09:27:01 +0000 (09:27 +0000)]
finished gpu module docs for matrix operations

13 years agofinished gpu module docs for matrix reductions
Alexey Spizhevoy [Mon, 17 Jan 2011 08:39:08 +0000 (08:39 +0000)]
finished gpu module docs for matrix reductions

13 years agofinished gpu module docs for per-element operations
Alexey Spizhevoy [Mon, 17 Jan 2011 08:14:48 +0000 (08:14 +0000)]
finished gpu module docs for per-element operations

13 years agorestructured gpu modules docs
Alexey Spizhevoy [Mon, 17 Jan 2011 06:57:57 +0000 (06:57 +0000)]
restructured gpu modules docs

13 years agodocumented all functions from GPU initialization section
Anatoly Baksheev [Fri, 14 Jan 2011 17:52:40 +0000 (17:52 +0000)]
documented all functions from GPU initialization section

13 years agoupdated gpu module docs
Alexey Spizhevoy [Fri, 14 Jan 2011 14:53:48 +0000 (14:53 +0000)]
updated gpu module docs

13 years agoupdated gpu module docs
Alexey Spizhevoy [Fri, 14 Jan 2011 14:46:32 +0000 (14:46 +0000)]
updated gpu module docs

13 years agoupdated gpu module docs
Alexey Spizhevoy [Fri, 14 Jan 2011 09:17:18 +0000 (09:17 +0000)]
updated gpu module docs

13 years agofixed writing video in HOG sample
Alexey Spizhevoy [Fri, 14 Jan 2011 08:08:02 +0000 (08:08 +0000)]
fixed writing video in HOG sample

13 years agoupdated gpu module docs
Alexey Spizhevoy [Thu, 13 Jan 2011 14:53:47 +0000 (14:53 +0000)]
updated gpu module docs

13 years agoupdated gpu module docs
Alexey Spizhevoy [Thu, 13 Jan 2011 14:43:47 +0000 (14:43 +0000)]
updated gpu module docs

13 years agoupdated gpu module docs
Alexey Spizhevoy [Thu, 13 Jan 2011 14:02:55 +0000 (14:02 +0000)]
updated gpu module docs

13 years agoupdated gpu module docs
Alexey Spizhevoy [Thu, 13 Jan 2011 13:55:13 +0000 (13:55 +0000)]
updated gpu module docs

13 years agoadded docs for GPU Filter Engine
Vladislav Vinogradov [Thu, 13 Jan 2011 13:48:58 +0000 (13:48 +0000)]
added docs for GPU Filter Engine

13 years agoFirst version of CascadeClassifier_GPU.
Anatoly Baksheev [Thu, 13 Jan 2011 13:04:00 +0000 (13:04 +0000)]
First version of CascadeClassifier_GPU.
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only

13 years agoupdated gpu module docs
Alexey Spizhevoy [Thu, 13 Jan 2011 12:26:15 +0000 (12:26 +0000)]
updated gpu module docs

13 years agoupdated gpu module docs
Alexey Spizhevoy [Thu, 13 Jan 2011 11:42:29 +0000 (11:42 +0000)]
updated gpu module docs

13 years agoadded docs for SURF_GPU and BruteForceMatcher_GPU
Vladislav Vinogradov [Thu, 13 Jan 2011 09:39:42 +0000 (09:39 +0000)]
added docs for SURF_GPU and BruteForceMatcher_GPU

13 years agoupdated gpu module docs
Alexey Spizhevoy [Thu, 13 Jan 2011 09:11:56 +0000 (09:11 +0000)]
updated gpu module docs