Vadim Pisarevsky
|
a6e2acbfee
|
added a few missing images for tutorials; integrated pull request #26
|
2012-08-30 16:23:18 +04:00 |
|
Anatoly Baksheev
|
0ba01afd83
|
added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
|
2012-08-29 19:20:32 +04:00 |
|
Vladislav Vinogradov
|
14694343cb
|
fixed gpu PyrLKSparse perf test
|
2012-08-29 10:51:40 +04:00 |
|
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
2012-08-28 18:15:14 +04:00 |
|
marina.kolpakova
|
a07e33609b
|
added test for caltech images
|
2012-08-28 14:45:45 +04:00 |
|
Vladislav Vinogradov
|
c3f277b7bc
|
gpu version of HoughCircles
|
2012-08-23 17:12:43 +04:00 |
|
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
2012-08-22 11:21:09 +04:00 |
|
Vladislav Vinogradov
|
c26d543e1e
|
gpu::HoughLines : minor code improvements
|
2012-08-20 16:03:01 +04:00 |
|
Vladislav Vinogradov
|
3956e42507
|
Merge branch 'gpu-tests'
|
2012-08-20 11:29:40 +04:00 |
|
Vladislav Vinogradov
|
ec7f9566e0
|
minor gpu tests fix
|
2012-08-20 10:15:36 +04:00 |
|
Vladislav Vinogradov
|
a0aef244d6
|
removed perf_gpu_cpu from CMake scripts
|
2012-08-20 09:58:37 +04:00 |
|
marina.kolpakova
|
9c13b84e35
|
fixed unused warnings
|
2012-08-20 00:06:12 +04:00 |
|
Vladislav Vinogradov
|
a507d564a4
|
merged gpu_perf_cpu into gpu_perf
|
2012-08-17 17:34:58 +04:00 |
|
Vladislav Vinogradov
|
93172bab87
|
added --cpu flag (run tests on CPU)
|
2012-08-17 16:12:32 +04:00 |
|
Vladislav Vinogradov
|
2634dc6cce
|
removed license comments
|
2012-08-17 15:22:29 +04:00 |
|
Vladislav Vinogradov
|
362df96cb9
|
renamed perf_main.cpp to main.cpp
|
2012-08-17 15:16:45 +04:00 |
|
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
|
2012-08-17 15:14:14 +04:00 |
|
Vladislav Vinogradov
|
c3fa7974e6
|
new optimized version
|
2012-08-14 17:00:57 +04:00 |
|
Vladislav Vinogradov
|
9201db32eb
|
fixed overflow bugs, updated perf tests
|
2012-08-14 12:33:47 +04:00 |
|
Vladislav Vinogradov
|
1eefc69927
|
added accuracy and performance tests
|
2012-08-14 11:36:32 +04:00 |
|
marina.kolpakova
|
575078502f
|
fixed perfomance test for CCL
|
2012-08-10 15:01:16 +04:00 |
|
marina.kolpakova
|
40c76b9de2
|
1.x related fixes
|
2012-08-09 18:48:25 +04:00 |
|
Vladislav Vinogradov
|
827fa850f6
|
Merge branch 'bgfg-gmg-gpu' into bgfg-gmg-merged
|
2012-08-09 14:48:26 +04:00 |
|
Vladislav Vinogradov
|
7f3296566c
|
added performance tests
|
2012-08-09 14:14:13 +04:00 |
|
marina.kolpakova
|
634c9dae46
|
added performance test fot CCL
|
2012-08-09 12:42:27 +04:00 |
|
Vladislav Vinogradov
|
8624d18ca5
|
new implementation of gpu debayer
* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
|
2012-08-07 13:34:11 +04:00 |
|
Vladislav Vinogradov
|
5ce896d9ee
|
added perf tests for new gpu::cvtColor functions
|
2012-08-07 13:34:11 +04:00 |
|
marina.kolpakova
|
1b7ad93dc9
|
LBP features integrated in CascadeClassifier_GPU
|
2012-07-24 13:51:35 +04:00 |
|
Marina Kolpakova
|
86d785622b
|
LBP: switched to texture implementation
|
2012-07-10 11:58:15 +00:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Marina Kolpakova
|
bc83011736
|
removed unnecessary memory allocation in LBP classifier
|
2012-07-04 16:03:48 +00:00 |
|
Marina Kolpakova
|
248f39e13e
|
added performance test for LBP classifier.
|
2012-07-04 12:11:07 +00:00 |
|
Vladislav Vinogradov
|
e9e66e5796
|
added VIBE_GPU (background subtraction) to gpu module
|
2012-06-26 10:38:15 +00:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Vladislav Vinogradov
|
acc031aaba
|
added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction)
|
2012-06-25 11:13:50 +00:00 |
|
Marina Kolpakova
|
e7f6c4b7ef
|
scan operations are moved in separate header
|
2012-06-20 05:41:16 +00:00 |
|
Vladislav Vinogradov
|
f392ab0e08
|
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
|
2012-06-18 06:49:10 +00:00 |
|
Marina Kolpakova
|
cd81a13d8b
|
added check for CUDA BLUS support in GEMM tests
|
2012-06-15 13:19:36 +00:00 |
|
Vladislav Vinogradov
|
2e2bd55729
|
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
|
2012-06-15 11:02:33 +00:00 |
|
Marina Kolpakova
|
f2c30cd90d
|
resize area for big downscaling integration
|
2012-06-09 15:24:01 +00:00 |
|
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
2012-06-08 14:54:17 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Marina Kolpakova
|
16ef01efda
|
set to linear interpolation type for upscaling with area interplation flag
|
2012-06-06 16:05:31 +00:00 |
|
Marina Kolpakova
|
83390ea4e1
|
performance test for INTER_AREA resize has been added.
|
2012-06-06 14:45:33 +00:00 |
|
Vladislav Vinogradov
|
bfb390e82a
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
2012-06-05 13:32:04 +00:00 |
|
Vladislav Vinogradov
|
f07250acf3
|
updated gpu performance tests
|
2012-05-23 12:58:01 +00:00 |
|
Vladislav Vinogradov
|
6d08d04293
|
compilation
|
2012-05-22 18:59:26 +00:00 |
|
Anatoly Baksheev
|
671233cd46
|
gpu: added Cascade and mulAndScaleSpectrums perf tests
|
2012-05-22 18:58:01 +00:00 |
|
Vladislav Vinogradov
|
3c7240024e
|
updated filters performance tests in gpu module
|
2012-05-22 13:59:40 +00:00 |
|
Anatoly Baksheev
|
32c7eeca78
|
arithm test gpu tests for cpu :)
|
2012-05-22 13:15:22 +00:00 |
|