Alexey Spizhevoy [Wed, 2 Feb 2011 10:07:56 +0000 (10:07 +0000)]
fixed warpAffine and warpPerspective tests
Alexey Spizhevoy [Wed, 2 Feb 2011 09:58:22 +0000 (09:58 +0000)]
fixed gpu image resize test
Alexey Spizhevoy [Wed, 2 Feb 2011 07:45:50 +0000 (07:45 +0000)]
added docs for gpu::GpuFeature
Vladislav Vinogradov [Wed, 2 Feb 2011 07:34:18 +0000 (07:34 +0000)]
added cvtColor performance test, small fix of BruteForceMatcher performance test
Alexey Spizhevoy [Wed, 2 Feb 2011 07:23:55 +0000 (07:23 +0000)]
fixed gpu::sum* on CC1.0, updated some tests
Alexey Spizhevoy [Wed, 2 Feb 2011 07:03:29 +0000 (07:03 +0000)]
forgot to commit cvconfig.h.cmake
Maria Dimashova [Tue, 1 Feb 2011 17:38:11 +0000 (17:38 +0000)]
moved flannIndex to public section (temporarily)
Alexey Spizhevoy [Tue, 1 Feb 2011 12:55:05 +0000 (12:55 +0000)]
updated performance sample
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)
Vladislav Vinogradov [Tue, 1 Feb 2011 10:55:58 +0000 (10:55 +0000)]
fixed gpu minMax tests under linux
Alexey Spizhevoy [Tue, 1 Feb 2011 10:51:50 +0000 (10:51 +0000)]
replaced source type 32F with 32FC4 in gpu::norm perf. test
Alexey Spizhevoy [Tue, 1 Feb 2011 10:46:19 +0000 (10:46 +0000)]
added buffered version of norm, updated performance sample and docs
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
Maria Dimashova [Tue, 1 Feb 2011 10:04:14 +0000 (10:04 +0000)]
minor changes of user guide (Kinect section)
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)
Victor Erukhimov [Mon, 31 Jan 2011 19:53:56 +0000 (19:53 +0000)]
English corrected
Maria Dimashova [Mon, 31 Jan 2011 17:10:47 +0000 (17:10 +0000)]
changed border type to float
Maria Dimashova [Mon, 31 Jan 2011 16:45:12 +0000 (16:45 +0000)]
changed border type to float
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)
Maria Dimashova [Mon, 31 Jan 2011 15:16:40 +0000 (15:16 +0000)]
fixed #841
Alexey Spizhevoy [Mon, 31 Jan 2011 14:58:51 +0000 (14:58 +0000)]
added docs for absSum function
Maria Dimashova [Mon, 31 Jan 2011 14:48:15 +0000 (14:48 +0000)]
forgot to commit in the last time
Alexey Spizhevoy [Mon, 31 Jan 2011 14:37:03 +0000 (14:37 +0000)]
added absSum function
Maria Dimashova [Mon, 31 Jan 2011 14:18:50 +0000 (14:18 +0000)]
added empty() method to common features2d classes; fixed #831
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
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
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)
Maria Dimashova [Mon, 31 Jan 2011 09:51:17 +0000 (09:51 +0000)]
fixed ticket #823
Maria Dimashova [Mon, 31 Jan 2011 08:24:30 +0000 (08:24 +0000)]
minor changes
Alexey Spizhevoy [Mon, 31 Jan 2011 07:51:36 +0000 (07:51 +0000)]
removed obsolete file
Alexey Spizhevoy [Mon, 31 Jan 2011 07:45:00 +0000 (07:45 +0000)]
added docs for the DeviceInfo class
Vladislav Vinogradov [Mon, 31 Jan 2011 07:38:58 +0000 (07:38 +0000)]
fixed GPU docs
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
Ethan Rublee [Sun, 30 Jan 2011 02:36:20 +0000 (02:36 +0000)]
Adding a few settings to the camera driver for android.
Anatoly Baksheev [Fri, 28 Jan 2011 16:11:43 +0000 (16:11 +0000)]
fixed documents errors for GPU module
Alexey Spizhevoy [Fri, 28 Jan 2011 16:01:32 +0000 (16:01 +0000)]
minor changes in multi_gpu sample
Alexey Spizhevoy [Fri, 28 Jan 2011 15:00:08 +0000 (15:00 +0000)]
added images for gpu samples
Alexey Spizhevoy [Fri, 28 Jan 2011 12:30:08 +0000 (12:30 +0000)]
updated code in case of the compilation without CUDA
Alexey Spizhevoy [Fri, 28 Jan 2011 11:59:26 +0000 (11:59 +0000)]
reafactoring: replaced query device props functions with the DeviceInfo class
Alexey Spizhevoy [Fri, 28 Jan 2011 09:42:45 +0000 (09:42 +0000)]
added results check into multi_gpu sample
Alexey Spizhevoy [Fri, 28 Jan 2011 08:38:01 +0000 (08:38 +0000)]
added performance tests for mulSpectrum, resize, Sobel
Alexey Spizhevoy [Fri, 28 Jan 2011 07:45:01 +0000 (07:45 +0000)]
added performance tests for log, exp, add, magnitude
Alexey Spizhevoy [Thu, 27 Jan 2011 15:05:21 +0000 (15:05 +0000)]
finished 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
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
Maria Dimashova [Thu, 27 Jan 2011 10:53:13 +0000 (10:53 +0000)]
added help on Kinect usage to user guide
Alexey Spizhevoy [Thu, 27 Jan 2011 10:06:38 +0000 (10:06 +0000)]
replaced has* methods in the GPU module with the TargetArchs monostate
Maria Dimashova [Thu, 27 Jan 2011 08:30:44 +0000 (08:30 +0000)]
removed old unnecessary files from doc
Alexey Spizhevoy [Thu, 27 Jan 2011 08:26:10 +0000 (08:26 +0000)]
fixed parsing GPU archs in BIN(PTX) format
Maria Dimashova [Thu, 27 Jan 2011 07:33:34 +0000 (07:33 +0000)]
changed returned value of unsupported property
Alexey Spizhevoy [Thu, 27 Jan 2011 07:26:38 +0000 (07:26 +0000)]
added bib link to the article in GPU docs (for HOG)
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
Vladislav Vinogradov [Wed, 26 Jan 2011 15:35:41 +0000 (15:35 +0000)]
update BruteForceMatcher_GPU performance test
Alexey Spizhevoy [Wed, 26 Jan 2011 15:28:42 +0000 (15:28 +0000)]
added BFM perf. test
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)
Maria Dimashova [Wed, 26 Jan 2011 10:51:58 +0000 (10:51 +0000)]
minor user output change
Maria Dimashova [Wed, 26 Jan 2011 10:38:31 +0000 (10:38 +0000)]
added ability to get and set some Kinect params
Anatoly Baksheev [Wed, 26 Jan 2011 09:14:46 +0000 (09:14 +0000)]
fixed compilation
Alexey Spizhevoy [Wed, 26 Jan 2011 08:12:06 +0000 (08:12 +0000)]
more GPU perf. tests refactoring, added singular maps into remap test
Alexey Spizhevoy [Wed, 26 Jan 2011 07:49:56 +0000 (07:49 +0000)]
added more GPU perf. tests, refactored
Anatoly Baksheev [Tue, 25 Jan 2011 15:23:02 +0000 (15:23 +0000)]
GPU docs. introduction, data structures.
Alexey Spizhevoy [Tue, 25 Jan 2011 15:11:01 +0000 (15:11 +0000)]
added error handling into GPU perf. tests
Alexey Spizhevoy [Tue, 25 Jan 2011 14:43:54 +0000 (14:43 +0000)]
added initializers into GPU perf. tests
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
Alexey Spizhevoy [Tue, 25 Jan 2011 11:45:29 +0000 (11:45 +0000)]
fixed bug in performance test matrix generation
Alexey Spizhevoy [Tue, 25 Jan 2011 10:37:48 +0000 (10:37 +0000)]
added GPU memory allocation performance test
Alexey Spizhevoy [Tue, 25 Jan 2011 09:54:17 +0000 (09:54 +0000)]
added minMaxLoc, cornerHarris, remap and dft performance tests
Alexey Spizhevoy [Tue, 25 Jan 2011 08:32:45 +0000 (08:32 +0000)]
added minMaxLoc performance tests
James Bowman [Tue, 25 Jan 2011 01:33:48 +0000 (01:33 +0000)]
#586: exceptions on invalid element access
James Bowman [Tue, 25 Jan 2011 01:05:12 +0000 (01:05 +0000)]
#489, leaking cvarrmat test and fix
Maria Dimashova [Mon, 24 Jan 2011 17:09:45 +0000 (17:09 +0000)]
replaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld()
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.
Alexey Spizhevoy [Mon, 24 Jan 2011 10:56:11 +0000 (10:56 +0000)]
refactoring of gpu perf. tests
Alexey Spizhevoy [Mon, 24 Jan 2011 10:39:28 +0000 (10:39 +0000)]
minor refactoring of gpu perf. tests
Alexey Spizhevoy [Mon, 24 Jan 2011 10:33:01 +0000 (10:33 +0000)]
added first version of gpu performance tests
Vladislav Vinogradov [Mon, 24 Jan 2011 10:32:57 +0000 (10:32 +0000)]
added synchronization after NPP calls
Vladislav Vinogradov [Mon, 24 Jan 2011 10:11:02 +0000 (10:11 +0000)]
added gpu threshold.
James Bowman [Fri, 21 Jan 2011 21:55:52 +0000 (21:55 +0000)]
Fix for #791: MatchShapes
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
Maria Dimashova [Fri, 21 Jan 2011 16:07:28 +0000 (16:07 +0000)]
minor fixed
Alexey Spizhevoy [Fri, 21 Jan 2011 14:58:10 +0000 (14:58 +0000)]
added link to HOG describing paper into gpu docs
Anatoly Baksheev [Fri, 21 Jan 2011 14:42:21 +0000 (14:42 +0000)]
documented data structures, cascade classifier GPU
Alexey Spizhevoy [Fri, 21 Jan 2011 12:57:40 +0000 (12:57 +0000)]
fixed FindNPP.cmake Apple-aimed part
Alexey Spizhevoy [Fri, 21 Jan 2011 11:31:45 +0000 (11:31 +0000)]
forgot to rename namespace
Alexey Spizhevoy [Fri, 21 Jan 2011 10:53:07 +0000 (10:53 +0000)]
fixed errors under MacOS
Anatoly Baksheev [Fri, 21 Jan 2011 09:00:19 +0000 (09:00 +0000)]
warning fixed
Alexey Spizhevoy [Fri, 21 Jan 2011 08:48:20 +0000 (08:48 +0000)]
removed compile warning in GPU module
Alexey Spizhevoy [Fri, 21 Jan 2011 07:57:18 +0000 (07:57 +0000)]
minor changes in gpu docs
Anatoly Baksheev [Fri, 21 Jan 2011 07:56:57 +0000 (07:56 +0000)]
Anatoly Baksheev [Fri, 21 Jan 2011 07:56:40 +0000 (07:56 +0000)]
b
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
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)
Alexey Spizhevoy [Thu, 20 Jan 2011 14:34:27 +0000 (14:34 +0000)]
fixed parsing of CC in gpu module
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
Alexey Spizhevoy [Thu, 20 Jan 2011 10:15:44 +0000 (10:15 +0000)]
fixed GPU switchable tests, changed default CC's for gpu module
Alexey Spizhevoy [Thu, 20 Jan 2011 09:38:45 +0000 (09:38 +0000)]
cosmetic changes
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
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).
Vladimir Dudnik [Wed, 19 Jan 2011 23:27:30 +0000 (23:27 +0000)]
added IPP Sobel and Sharr filters. Also some minor changes.
James Bowman [Wed, 19 Jan 2011 20:47:10 +0000 (20:47 +0000)]
#674, fix leaks in CreateHist