Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
13 years ago |
Anatoly Baksheev
|
55b1d7c097
|
added CUDA_DISABLER preprocessor commands
|
13 years ago |
Andrey Kamaev
|
e73089bdb5
|
Fix windows build warnings
|
13 years ago |
Vladislav Vinogradov
|
fd77ef7ece
|
optimized gpu pyrDown and sepFilter2D
|
13 years ago |
Vladislav Vinogradov
|
7591ee1688
|
fixed gpu perf tests (VideoCapture reopen)
|
13 years ago |
Vladislav Vinogradov
|
98c92f196e
|
added Generalized Hough implementation
|
13 years ago |
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
13 years ago |
Vadim Pisarevsky
|
a6e2acbfee
|
added a few missing images for tutorials; integrated pull request #26
|
13 years ago |
Anatoly Baksheev
|
0ba01afd83
|
added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
|
13 years ago |
Vladislav Vinogradov
|
14694343cb
|
fixed gpu PyrLKSparse perf test
|
13 years ago |
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
13 years ago |
marina.kolpakova
|
a07e33609b
|
added test for caltech images
|
13 years ago |
Vladislav Vinogradov
|
c3f277b7bc
|
gpu version of HoughCircles
|
13 years ago |
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
13 years ago |
Vladislav Vinogradov
|
c26d543e1e
|
gpu::HoughLines : minor code improvements
|
13 years ago |
Vladislav Vinogradov
|
ec7f9566e0
|
minor gpu tests fix
|
13 years ago |
Vladislav Vinogradov
|
a0aef244d6
|
removed perf_gpu_cpu from CMake scripts
|
13 years ago |
marina.kolpakova
|
9c13b84e35
|
fixed unused warnings
|
13 years ago |
Vladislav Vinogradov
|
a507d564a4
|
merged gpu_perf_cpu into gpu_perf
|
13 years ago |
Vladislav Vinogradov
|
93172bab87
|
added --cpu flag (run tests on CPU)
|
13 years ago |
Vladislav Vinogradov
|
2634dc6cce
|
removed license comments
|
13 years ago |
Vladislav Vinogradov
|
362df96cb9
|
renamed perf_main.cpp to main.cpp
|
13 years ago |
Vladislav Vinogradov
|
6e4eb722a6
|
updated gpu performance tests
now it executes only on one device
added posibility to specify device on which tests will be executed
|
13 years ago |
Vladislav Vinogradov
|
c3fa7974e6
|
new optimized version
|
13 years ago |
Vladislav Vinogradov
|
9201db32eb
|
fixed overflow bugs, updated perf tests
|
13 years ago |
Vladislav Vinogradov
|
1eefc69927
|
added accuracy and performance tests
|
13 years ago |
marina.kolpakova
|
575078502f
|
fixed perfomance test for CCL
|
13 years ago |
marina.kolpakova
|
40c76b9de2
|
1.x related fixes
|
13 years ago |
Vladislav Vinogradov
|
7f3296566c
|
added performance tests
|
13 years ago |
marina.kolpakova
|
634c9dae46
|
added performance test fot CCL
|
13 years ago |
Vladislav Vinogradov
|
8624d18ca5
|
new implementation of gpu debayer
* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
|
13 years ago |
Vladislav Vinogradov
|
5ce896d9ee
|
added perf tests for new gpu::cvtColor functions
|
13 years ago |
marina.kolpakova
|
1b7ad93dc9
|
LBP features integrated in CascadeClassifier_GPU
|
13 years ago |
Marina Kolpakova
|
86d785622b
|
LBP: switched to texture implementation
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Marina Kolpakova
|
bc83011736
|
removed unnecessary memory allocation in LBP classifier
|
13 years ago |
Marina Kolpakova
|
248f39e13e
|
added performance test for LBP classifier.
|
13 years ago |
Marina Kolpakova
|
37a63523e7
|
fixed merge problem
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Marina Kolpakova
|
2777ebb8a0
|
merged GPU scan
|
13 years ago |
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
13 years ago |
Vladislav Vinogradov
|
59ce0a9f81
|
Merged revision(s) 8679 from trunk:
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
........
|
13 years ago |
Vladislav Vinogradov
|
5c19c6cb67
|
Merged revision(s) 8664 from trunk:
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
........
|
13 years ago |
Vladislav Vinogradov
|
e9e66e5796
|
added VIBE_GPU (background subtraction) to gpu module
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Vladislav Vinogradov
|
acc031aaba
|
added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction)
|
13 years ago |
Marina Kolpakova
|
e7f6c4b7ef
|
scan operations are moved in separate header
|
13 years ago |
Vladislav Vinogradov
|
f392ab0e08
|
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
|
13 years ago |
Marina Kolpakova
|
cd81a13d8b
|
added check for CUDA BLUS support in GEMM tests
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |