Vladislav Vinogradov
|
124ac15f1e
|
remove cuda module
|
10 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
11 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
11 years ago |
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
|
12 years ago |
Vladislav Vinogradov
|
2dab93c2e8
|
refactored gpu info structures (TargetArchs and DeviceInfo)
now DeviceInfo provides full information about device (from cudaDeviceProp)
|
12 years ago |
Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Andrey Kamaev
|
d566c6bc86
|
Revert "add new version of CommandLineParser. add empty docs"
This reverts commit 54a202b3d5 .
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
|
12 years ago |
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
12 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Andrey Kamaev
|
70166820ea
|
Merged the trunk r8324:8345
|
13 years ago |
Vladislav Vinogradov
|
ef478840af
|
added message that timings doesn't include data transfer to gpu performance sample (Issue #1846)
|
13 years ago |
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
|
13 years ago |
Alexey Spizhevoy
|
630d874e03
|
Updated the GPU performance sample
|
13 years ago |
Vladislav Vinogradov
|
f883b31cfd
|
updated performance sample
|
13 years ago |
Vladislav Vinogradov
|
d38ca09738
|
added gpu::printCudaDeviceInfo to all samples
|
13 years ago |
Vladislav Vinogradov
|
3aa537642d
|
minor refactoring of gpu performance sample
|
13 years ago |
Alexey Spizhevoy
|
8a799aa89a
|
Updated optimal block size estimation for the convolve() function
|
13 years ago |
Alexey Spizhevoy
|
caa2733636
|
minor changes in gpu performance sample
|
14 years ago |
Alexey Spizhevoy
|
c3b05cf398
|
added command line args parsing into gpu performance sample
|
14 years ago |
Alexey Spizhevoy
|
e5b563b3fd
|
refactored GPU performance sample, added filter suport
|
14 years ago |
Alexey Spizhevoy
|
da2d7ee72b
|
updated performance sample
|
14 years ago |
Alexey Spizhevoy
|
8f35b572ff
|
added performance tests for log, exp, add, magnitude
|
14 years ago |
Alexey Spizhevoy
|
feff022422
|
added BFM perf. test
|
14 years ago |
Alexey Spizhevoy
|
ba32b447ee
|
added SURF perf. test, added working dir field (can be changed via CMD args)
|
14 years ago |
Alexey Spizhevoy
|
48aeb8f1d5
|
more GPU perf. tests refactoring, added singular maps into remap test
|
14 years ago |
Alexey Spizhevoy
|
79ba160c1c
|
added more GPU perf. tests, refactored
|
14 years ago |
Alexey Spizhevoy
|
ab8f578f9d
|
added error handling into GPU perf. tests
|
14 years ago |
Alexey Spizhevoy
|
6f91a29ea2
|
added initializers into GPU perf. tests
|
14 years ago |
Alexey Spizhevoy
|
397a63539c
|
fixed bug in performance test matrix generation
|
14 years ago |
Alexey Spizhevoy
|
72b0ec90b9
|
added minMaxLoc, cornerHarris, remap and dft performance tests
|
14 years ago |
Alexey Spizhevoy
|
8644c6f86b
|
added minMaxLoc performance tests
|
14 years ago |
Alexey Spizhevoy
|
581018354f
|
refactoring of gpu perf. tests
|
14 years ago |
Alexey Spizhevoy
|
b9ed1489fa
|
minor refactoring of gpu perf. tests
|
14 years ago |
Alexey Spizhevoy
|
310c483da8
|
added first version of gpu performance tests
|
14 years ago |