Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
2013-09-02 14:00:44 +04:00 |
|
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
2013-09-02 14:00:41 +04:00 |
|
Vladislav Vinogradov
|
98bd401534
|
fix gpu::DeviceInfo compilation under linux
glibc defines major and minor macros
which conflict with gpu::DeviceInfo methods with the same name
|
2013-06-24 10:11:44 +04:00 |
|
Vladislav Vinogradov
|
2dab93c2e8
|
refactored gpu info structures (TargetArchs and DeviceInfo)
now DeviceInfo provides full information about device (from cudaDeviceProp)
|
2013-06-10 12:40:32 +04:00 |
|
Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
2013-04-12 14:37:01 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
2012-09-07 13:24:48 +04:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Vladislav Vinogradov
|
ef478840af
|
added message that timings doesn't include data transfer to gpu performance sample (Issue #1846)
|
2012-05-12 06:28:51 +00:00 |
|
Vladislav Vinogradov
|
2d30480982
|
created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
|
2012-02-22 10:00:53 +00:00 |
|
Alexey Spizhevoy
|
630d874e03
|
Updated the GPU performance sample
|
2012-02-16 13:08:22 +00:00 |
|
Vladislav Vinogradov
|
f883b31cfd
|
updated performance sample
|
2012-02-08 11:02:32 +00:00 |
|
Vladislav Vinogradov
|
d38ca09738
|
added gpu::printCudaDeviceInfo to all samples
|
2012-01-30 07:20:09 +00:00 |
|
Vladislav Vinogradov
|
3aa537642d
|
minor refactoring of gpu performance sample
|
2012-01-11 08:58:39 +00:00 |
|
Alexey Spizhevoy
|
8a799aa89a
|
Updated optimal block size estimation for the convolve() function
|
2011-10-03 14:05:52 +00:00 |
|
Alexey Spizhevoy
|
caa2733636
|
minor changes in gpu performance sample
|
2011-04-01 07:31:06 +00:00 |
|
Alexey Spizhevoy
|
c3b05cf398
|
added command line args parsing into gpu performance sample
|
2011-03-03 13:46:44 +00:00 |
|
Alexey Spizhevoy
|
e5b563b3fd
|
refactored GPU performance sample, added filter suport
|
2011-02-17 15:25:50 +00:00 |
|
Alexey Spizhevoy
|
da2d7ee72b
|
updated performance sample
|
2011-02-01 12:55:05 +00:00 |
|
Alexey Spizhevoy
|
8f35b572ff
|
added performance tests for log, exp, add, magnitude
|
2011-01-28 07:45:01 +00:00 |
|
Alexey Spizhevoy
|
feff022422
|
added BFM perf. test
|
2011-01-26 15:28:42 +00:00 |
|
Alexey Spizhevoy
|
ba32b447ee
|
added SURF perf. test, added working dir field (can be changed via CMD args)
|
2011-01-26 11:37:54 +00:00 |
|
Alexey Spizhevoy
|
48aeb8f1d5
|
more GPU perf. tests refactoring, added singular maps into remap test
|
2011-01-26 08:12:06 +00:00 |
|
Alexey Spizhevoy
|
79ba160c1c
|
added more GPU perf. tests, refactored
|
2011-01-26 07:49:56 +00:00 |
|
Alexey Spizhevoy
|
ab8f578f9d
|
added error handling into GPU perf. tests
|
2011-01-25 15:11:01 +00:00 |
|
Alexey Spizhevoy
|
6f91a29ea2
|
added initializers into GPU perf. tests
|
2011-01-25 14:43:54 +00:00 |
|
Alexey Spizhevoy
|
397a63539c
|
fixed bug in performance test matrix generation
|
2011-01-25 11:45:29 +00:00 |
|
Alexey Spizhevoy
|
72b0ec90b9
|
added minMaxLoc, cornerHarris, remap and dft performance tests
|
2011-01-25 09:54:17 +00:00 |
|
Alexey Spizhevoy
|
8644c6f86b
|
added minMaxLoc performance tests
|
2011-01-25 08:32:45 +00:00 |
|
Alexey Spizhevoy
|
581018354f
|
refactoring of gpu perf. tests
|
2011-01-24 10:56:11 +00:00 |
|
Alexey Spizhevoy
|
b9ed1489fa
|
minor refactoring of gpu perf. tests
|
2011-01-24 10:39:28 +00:00 |
|
Alexey Spizhevoy
|
310c483da8
|
added first version of gpu performance tests
|
2011-01-24 10:33:01 +00:00 |
|