marina.kolpakova
|
c470e15d45
|
integrate speprocessing strategy
|
2012-12-12 03:43:20 +04:00 |
|
Vladislav Vinogradov
|
aad76090ce
|
gpu::HoughLinesP
|
2012-12-06 15:14:20 +04:00 |
|
Vladislav Vinogradov
|
a6dc6f72b3
|
gpu::calcOpticalFlowBM
|
2012-12-06 15:11:13 +04:00 |
|
Vladislav Vinogradov
|
06776b612c
|
fixed warnings
|
2012-12-03 13:27:20 +04:00 |
|
Vladislav Vinogradov
|
0b2c1dc871
|
fixed build without CUDA
|
2012-11-27 18:43:17 +04:00 |
|
Vladislav Vinogradov
|
d2591704e8
|
Merge branch 'kepler-optimization' into cuda-dev
|
2012-11-27 16:34:45 +04:00 |
|
marina.kolpakova
|
22b0ea1cf0
|
sort for Hough sanity checks
|
2012-11-26 23:54:10 +04:00 |
|
marina.kolpakova
|
554a7cb33a
|
add epsilon in sanity checks
|
2012-11-26 23:52:56 +04:00 |
|
marina.kolpakova
|
209f16455d
|
Merge cuda-geek/soft-cascade-gpu into cuda-dev
|
2012-11-26 19:15:02 +04:00 |
|
marina.kolpakova
|
1712d0930c
|
Merge origin/master into cuda-dev
|
2012-11-26 18:56:33 +04:00 |
|
marina.kolpakova
|
05cd88ae42
|
clean code; fix problems in documentation
|
2012-11-26 18:50:08 +04:00 |
|
Vladislav Vinogradov
|
0ddd16cf78
|
calcHist & equalizeHist
|
2012-11-26 11:37:37 +04:00 |
|
Andrey Kamaev
|
9719ea93b6
|
Merge branch 2.4
|
2012-11-13 19:54:48 +04:00 |
|
marina.kolpakova
|
0cbf9eb22a
|
add support for CUDA streams
|
2012-11-10 05:13:26 +04:00 |
|
marina.kolpakova
|
40600fa504
|
GPU version becomes algorithm
|
2012-11-10 05:13:19 +04:00 |
|
marina.kolpakova
|
fba62c9251
|
fix compilation problem after rebase
|
2012-11-10 05:12:01 +04:00 |
|
marina.kolpakova
|
2bd35c4358
|
add support for precomputed integrals
|
2012-11-10 05:11:48 +04:00 |
|
marina.kolpakova
|
fa55d51b6a
|
add sanity check to performance tests for soft cascade
|
2012-11-10 05:11:35 +04:00 |
|
marina.kolpakova
|
2bcb8dbd83
|
refactor performance tests
|
2012-11-10 05:11:00 +04:00 |
|
marina.kolpakova
|
312a58fcec
|
fix performance test
|
2012-11-10 05:10:03 +04:00 |
|
marina.kolpakova
|
30bce16ad6
|
optimize roi loads
only one thread load roi for all block
|
2012-11-10 05:08:56 +04:00 |
|
marina.kolpakova
|
838842cc96
|
Add performance detection test in ROI; refactored soft cascade performance tests
|
2012-11-10 05:08:32 +04:00 |
|
marina.kolpakova
|
eb91593c08
|
add roi support
|
2012-11-10 05:08:03 +04:00 |
|
marina.kolpakova
|
c0359ed5c5
|
fix test: enough size for detection matrix
|
2012-11-10 05:06:17 +04:00 |
|
marina.kolpakova
|
72b499df00
|
add detection storing
|
2012-11-10 05:06:05 +04:00 |
|
marina.kolpakova
|
1bf85996b3
|
add detections vector initialization in tests
|
2012-11-10 05:03:43 +04:00 |
|
marina.kolpakova
|
1cf7a46f3a
|
fix data paths in performance test
|
2012-11-10 05:03:05 +04:00 |
|
marina.kolpakova
|
1a52a322b5
|
add performance test for GPU soft cascade
|
2012-11-10 05:02:16 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
Vladislav Vinogradov
|
beb377b38c
|
gpu implementation of Dual TV-L1 Optical Flow
|
2012-11-02 19:51:43 +04:00 |
|
Andrey Kamaev
|
4d059e9e5b
|
Merge release 2.4.3
|
2012-11-02 17:58:02 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
marina.kolpakova
|
e5437e5486
|
Fix binary compatibility of opencv_gpu
|
2012-10-17 02:09:40 +04:00 |
|
marina.kolpakova
|
319e861cf2
|
FAIL_NO_CPU marco
|
2012-10-12 14:46:18 +04:00 |
|
Vladislav Vinogradov
|
a008d6fc17
|
fixed bug #2425 : Concurrent convolutions with streams
|
2012-10-10 16:55:16 +04:00 |
|
marina.kolpakova
|
b28acfc12e
|
add GPU module specific command line arguments
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
f88be98ec4
|
print information message about target device for GPU module tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
715a0032e0
|
add sanity checks into the denoising gpu performance tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
45190aea47
|
add sanity checks into the features2d gpu performance tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
2243645d36
|
add sanity checks into the objdetect gpu performance tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
3de2023c61
|
add sanity checks into the calib3d gpu performance tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
dce323a67b
|
add sanity checks into the video gpu performance tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
d7ef6f078f
|
temporarily disable HoughLines test
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
3dbfde421c
|
add sanity checks into the matop gpu performance tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
2a277fb777
|
add sanity checks into the filters gpu performance tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
1e344d7eba
|
add sanity checks into the imgproc gpu performance tests
|
2012-10-10 16:13:24 +04:00 |
|
marina.kolpakova
|
e46e928429
|
add sanity checks in core gpu pefrormance tests
|
2012-10-10 16:13:24 +04:00 |
|
marina.kolpakova
|
f5d6367ea1
|
GPU module performance tests are aligned with other OpenCV pefrofmance tests
|
2012-10-10 16:13:24 +04:00 |
|
marina.kolpakova
|
10f1004465
|
move GPU utiluty functions in utility.cpp
|
2012-10-10 16:13:24 +04:00 |
|
marina.kolpakova
|
a9ab26f799
|
main.cpp moved to perf_main.cpp
|
2012-10-10 16:13:24 +04:00 |
|
Anatoly Baksheev
|
408e0dcbd0
|
Fixed output log in GPU perf tests
|
2012-10-09 00:44:48 +04:00 |
|
Anatoly Baksheev
|
c9bcbda827
|
more compilation fixes
|
2012-10-09 00:12:28 +04:00 |
|
Anatoly Baksheev
|
5b31c46c4f
|
added MatCn enum to GPU perf tests
|
2012-10-08 19:57:20 +04:00 |
|
Anatoly Baksheev
|
9a4265a8d0
|
fast nlm (class version)
|
2012-10-08 19:57:20 +04:00 |
|
Anatoly Baksheev
|
4b5bbb7752
|
fast_nlm initial version
|
2012-10-08 19:57:19 +04:00 |
|
marina.kolpakova
|
23699acca0
|
fix for bug 2264
fix compilation OpenCV with cxx11 under Ubuntu with clang and gcc 4.7
|
2012-10-08 02:37:22 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Anatoly Baksheev
|
55b1d7c097
|
added CUDA_DISABLER preprocessor commands
|
2012-10-01 23:57:38 +04:00 |
|
Andrey Kamaev
|
e73089bdb5
|
Fix windows build warnings
|
2012-09-17 13:30:28 +04:00 |
|
Vladislav Vinogradov
|
fd77ef7ece
|
optimized gpu pyrDown and sepFilter2D
|
2012-09-13 10:21:43 +04:00 |
|
Vladislav Vinogradov
|
7591ee1688
|
fixed gpu perf tests (VideoCapture reopen)
|
2012-09-13 10:18:42 +04:00 |
|
Vladislav Vinogradov
|
98c92f196e
|
added Generalized Hough implementation
|
2012-09-10 16:49:40 +04:00 |
|
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
2012-09-07 13:24:48 +04:00 |
|
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 |
|