Vladislav Vinogradov
f10537cdd6
fix tests compilation issue on Windows
10 years ago
Vladislav Vinogradov
f1bec940b1
fix accuracy tests in tiny mode
10 years ago
Vladislav Vinogradov
ef347aa6a4
disable gpu::matchTemplate tests
...
(cherry picked from commit 7bb8c50080
)
10 years ago
Vladislav Vinogradov
fcbefaff86
fix tests for gpu::matchTemplate:
...
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
(cherry picked from commit d00f36ec75
)
10 years ago
Vladislav Vinogradov
7bb8c50080
disable gpu::matchTemplate tests
10 years ago
Vladislav Vinogradov
d00f36ec75
fix tests for gpu::matchTemplate:
...
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
10 years ago
Alexander Smorkalov
e929dd4d98
GPU MatchTemplate32F test epsilon increased.
10 years ago
Vladislav Vinogradov
c319625a07
disable some gpu tests if library was built without CUFFT(cherry picked from commit b4b929d27cc25822dd15b5b96b8d335c59d4408c)
11 years ago
Vladislav Vinogradov
8401ed9395
disable some gpu tests if library was built without CUFFT
11 years ago
Vladislav Vinogradov
a28cb99e88
optimized version of histEven for CV_8UC1
12 years ago
Vladislav Vinogradov
bfca1afd9e
rewrite histEven test
12 years ago
Vladislav Vinogradov
c8d1fccdac
compare cv::gpu::calcHist with cv::calcHist
12 years ago
Andrey Kamaev
96b008cd29
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
...
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
12 years ago
Vladislav Vinogradov
4d23e2c8c9
GPU implementation of CLAHE
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Vladislav Vinogradov
abc9ef6809
moved utility functions from gpu_perf_test and gpu_test to ts module
12 years ago
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Vadim Pisarevsky
06a13d9ba0
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
12 years ago
Vladislav Vinogradov
98c92f196e
added Generalized Hough implementation
12 years ago
Anatoly Baksheev
70204a8e68
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
12 years ago
Vladislav Vinogradov
c3f277b7bc
gpu version of HoughCircles
12 years ago
Vladislav Vinogradov
c26d543e1e
gpu::HoughLines : minor code improvements
12 years ago
Vladislav Vinogradov
ec7f9566e0
minor gpu tests fix
12 years ago
Andrey Kamaev
1a621c2916
Fix build warnings
12 years ago
Vladislav Vinogradov
c3fa7974e6
new optimized version
13 years ago
Vladislav Vinogradov
1eefc69927
added accuracy and performance tests
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Anatoly Baksheev
671233cd46
gpu: added Cascade and mulAndScaleSpectrums perf tests
13 years ago
Vladislav Vinogradov
8e3f1c09d2
added support of 3-channels output to gpu::reprojectImageTo3D
...
minor refactoring of gpu tests
13 years ago
Vladislav Vinogradov
d1423adbc7
moved gpu cvtColor tests to separate file
...
added more tests for gpu cvtColor
fixed RGB->YUV conversion
13 years ago
Alexey Spizhevoy
5434a9a5ec
Fixed gpu::matchTemplate for correct handling of big templates. Added tests
13 years ago
Vladislav Vinogradov
059cef57e6
fixed gpu::filter2D border interpolation for CV_32FC1 type
...
added additional tests for gpu filters
fixed gpu features2D tests
13 years ago
Vladislav Vinogradov
509c910101
refactored and fixed some gpu tests
...
fixed some bugs in gpu module
13 years ago
Vladislav Vinogradov
6397fa5b38
fixed gpu::pyrUp (now it matches cpu analog)
...
fixed several warnings
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
cd2cc6197f
fixed bug in gpu::pyrUp implementation
13 years ago
Vladislav Vinogradov
02f226a981
fixed bug in gpu::pyrDown
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
Vladislav Vinogradov
75ac4362ca
removed ASSERT_NO_THROW
13 years ago
Vladislav Vinogradov
1d1da9c5d6
added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal
13 years ago
Vladislav Vinogradov
af59a75ffc
fixed bug with submatrix in some gpu functions
...
update gpu tests
13 years ago
Vladislav Vinogradov
fcfa72081e
moved GpuMat and DevMem2D to core module, some code refactoring
13 years ago
Alexey Spizhevoy
916703c6e5
Updated optimal block size estimation in gpu::convolve()
13 years ago
Vladislav Vinogradov
f38596b783
implemented brute force convolve for small kernel sizes
13 years ago
Vladislav Vinogradov
ed749c4bfe
added missing arithm operations to gpu module
13 years ago
Vladislav Vinogradov
64119dd924
implemented gpu::copyMakeBorder for all border modes
13 years ago
Vladislav Vinogradov
b2079d6de1
implemented gpu::resize for all types
13 years ago