Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
aa5311ea9f
backport of master-based perf tests for matchTemplate to 2.4
11 years ago
Ilya Lavrenov
7629bb78a4
extended performance tests to test 3 channels
11 years ago
Ilya Lavrenov
9b627a5e9f
disabled 'reshape', 'copyTo' test
11 years ago
Ilya Lavrenov
4f36bc29d9
cleaned-up UMat tests
11 years ago
Ilya Lavrenov
2e8579fe9b
cleaned up super_resolution sample from old OCL
11 years ago
Ilya Lavrenov
6ad4823f0c
ported superres to T-API
11 years ago
Konstantin Matskevich
f90e41d54e
dumpinfo
11 years ago
Ilya Lavrenov
5abfd40989
added perf test for cv::goodFeaturesToTrack
11 years ago
Ilya Lavrenov
5d18cf9989
added cv::[extract|insert]Channel to T-API
11 years ago
Ilya Lavrenov
93a818684c
ported cv::Canny to T-API
11 years ago
Ilya Lavrenov
82d3efc6c0
added perf test for cv::Canny
11 years ago
Ilya Lavrenov
a7a7b80ff8
added perf test for cv::Moments
11 years ago
Ilya Lavrenov
dd302158e0
fixed case with zero mask
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Ilya Lavrenov
d7c22343aa
added perf tests for T-API core functions
11 years ago
Alexander Alekhin
e49065b1dc
core/ocl: temporary move device selection from ocl module
11 years ago
Ilya Lavrenov
8fa8b36b42
added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API
11 years ago
Ilya Lavrenov
5566d31468
more strict checks outside ROI
11 years ago
Ilya Lavrenov
e2b99a32b2
added cv::threshold to T-API
11 years ago
Ilya Lavrenov
5b5f5878ce
added tests to imgproc
11 years ago
Ilya Lavrenov
803672feea
added cv::remap to T-API
11 years ago
Alexander Alekhin
7d9150460a
core/ocl: added perf test infra + "Add" perf test
11 years ago
Alexander Alekhin
fe01bc21c0
perf: test-based metrics collection strategy
11 years ago
Alexander Alekhin
cb4267cb38
ts/perf: int -> enum WarmUpType
11 years ago
Alexander Alekhin
206b56ed39
ts: catch & append general exceptions into log
11 years ago
Ilya Lavrenov
09795e3265
added cv::resize INTER_AREA to T-API
11 years ago
Ilya Lavrenov
4eba74ee19
added cv::LUT to T-API
11 years ago
Ilya Lavrenov
6679aed61e
fixed ocl::resize (INTER_LINEAR) and added an accuracy test
11 years ago
Ilya Lavrenov
9d23a0cb81
fixed ocl_arithm_op; fix for 3-channel images is needed
11 years ago
Alexander Alekhin
881e837520
ocl/core: added prototype for tests
11 years ago
Alexander Alekhin
f1873bbca1
perf tests: allow to skip performance tests
11 years ago
Alexander Alekhin
376cd8f84f
perf: added simple collection strategy
12 years ago
Alexander Alekhin
1980aad8d7
ocl: dump device info in tests
12 years ago
Roman Donchenko
e65eb4e042
Updated Google Test to 1.7.0.
12 years ago
Alexander Alekhin
66e4aead97
perf tests: added SANITY_CHECK_NOTHING()
12 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
3c34b24f1f
replaced gpu->cuda in files names
12 years ago
Vladislav Vinogradov
cfe4a71dc6
renamed gpu* source to cuda* in core module
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
9f33de7071
added cvconfig.hpp header file to gpu tests
...
it uses HAVE_CUDA, HAVE_NVCUVID, etc. macroses
12 years ago
kocheganovvm
e4b201be25
Fix unsequenced modifications (Bug #3179 ).
12 years ago
Roman Donchenko
131458847b
Make ts always static.
...
This allows us to forget about the GTEST_(CREATE|LINKED_AS)_SHARED_LIBRARY
macros and to get rid of the dependency on cvconfig.h.
12 years ago
Alexander Smorkalov
63786c389f
Warning and review notes fixes.
...
WITH_WINRT -> ENABLE_WINRT_MODE;
Some temporary char* replaced with Ptr<char>;
Build fix for regular WIN32;
Windows Platform SDK and MSVC search added to cmake;
Warinig fixes.
12 years ago
Vladislav Vinogradov
4716f63444
fixed gpu performance tests:
...
used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism
12 years ago
Roman Donchenko
ac39bfb4cc
Remove HAVE_CVCONFIG_H - it's always defined.
12 years ago
Roman Donchenko
5b2dc26f2c
Made the crude ability less crude.
12 years ago
Roman Donchenko
664b720e4d
Extended Google Test to allow filtering by parameter value.
12 years ago
Roman Donchenko
3ea4836a0a
Changed the impls argument to be an array name.
...
Turns out, you can't use preprocessor directives inside macro arguments.
Who'd have thought?
12 years ago