Vladislav Vinogradov
c3f277b7bc
gpu version of HoughCircles
12 years ago
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
12 years ago
Vladislav Vinogradov
c26d543e1e
gpu::HoughLines : minor code improvements
12 years ago
Vladislav Vinogradov
ec7f9566e0
minor gpu tests fix
12 years ago
Vladislav Vinogradov
a0aef244d6
removed perf_gpu_cpu from CMake scripts
12 years ago
marina.kolpakova
9c13b84e35
fixed unused warnings
12 years ago
Vladislav Vinogradov
a507d564a4
merged gpu_perf_cpu into gpu_perf
12 years ago
Vladislav Vinogradov
93172bab87
added --cpu flag (run tests on CPU)
12 years ago
Vladislav Vinogradov
2634dc6cce
removed license comments
12 years ago
Vladislav Vinogradov
362df96cb9
renamed perf_main.cpp to main.cpp
12 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
12 years ago
Vladislav Vinogradov
c3fa7974e6
new optimized version
12 years ago
Vladislav Vinogradov
9201db32eb
fixed overflow bugs, updated perf tests
12 years ago
Vladislav Vinogradov
1eefc69927
added accuracy and performance tests
12 years ago
marina.kolpakova
575078502f
fixed perfomance test for CCL
12 years ago
marina.kolpakova
40c76b9de2
1.x related fixes
12 years ago
Vladislav Vinogradov
7f3296566c
added performance tests
12 years ago
marina.kolpakova
634c9dae46
added performance test fot CCL
12 years ago
Vladislav Vinogradov
8624d18ca5
new implementation of gpu debayer
...
* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
12 years ago
Vladislav Vinogradov
5ce896d9ee
added perf tests for new gpu::cvtColor functions
12 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
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
Vladislav Vinogradov
2e2bd55729
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
13 years ago
Marina Kolpakova
f2c30cd90d
resize area for big downscaling integration
13 years ago
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Marina Kolpakova
16ef01efda
set to linear interpolation type for upscaling with area interplation flag
13 years ago
Marina Kolpakova
83390ea4e1
performance test for INTER_AREA resize has been added.
13 years ago
Vladislav Vinogradov
bfb390e82a
added gpu::FGDStatModel (Background/foreground segmentation)
13 years ago
Vladislav Vinogradov
f07250acf3
updated gpu performance tests
13 years ago
Vladislav Vinogradov
6d08d04293
compilation
13 years ago
Anatoly Baksheev
671233cd46
gpu: added Cascade and mulAndScaleSpectrums perf tests
13 years ago
Vladislav Vinogradov
3c7240024e
updated filters performance tests in gpu module
13 years ago
Anatoly Baksheev
32c7eeca78
arithm test gpu tests for cpu :)
13 years ago
Vladislav Vinogradov
44eaeee865
refactored gpu BruteForceMather (made it similar to BFMatcher)
13 years ago
Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
13 years ago
Vladislav Vinogradov
e7dda44a07
updated image for StereoConstantSpaceBP regression test
...
updated gpu tests for CornerHarris and CornerMinEigen
moved direct convolution implementation to gpu::filter2D, gpu::convolve now use only DFT-based algorithm (Bug #1639 )
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
b0bf54e713
Added a perf. test for gpu::FarnebackOpticalFlow
13 years ago
Vladislav Vinogradov
5af529c1bd
fixed and updated gpu implementation of separable liner filters
...
now it supports kernel's size up to 32
13 years ago
Vladislav Vinogradov
8f4d63913a
minor
13 years ago