Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Tomoaki Teshima
3cbe60cca2
Merge pull request #9753 from tomoaki0705:universalMatmul
...
* add accuracy test and performance check for matmul
* add performance tests for transform and dotProduct
* add test Core_TransformLargeTest for 8u version of transform
* remove raw SSE2/NEON implementation from matmul.cpp
* use universal intrinsic instead of raw intrinsic
* remove unused templated function
* add v_matmuladd which multiply 3x3 matrix and add 3x1 vector
* add v_rotate_left/right in universal intrinsic
* suppress intrinsic on some function and platform
* add pure SW implementation of new universal intrinsics
* add test for new universal intrinsics
* core: prevent memory access after the end of buffer
* fix perf tests
7 years ago
Pavel Vlasov
35c7216846
IPP for OpenCV 2017u2 initial enabling patch;
8 years ago
Alexander Alekhin
a901cc542b
test: fix tolerance perf check for Exp/Log/Sqrt
8 years ago
Alexander Alekhin
43c48e2ed1
test: update Div and ConvertScaleAbs perf tests
8 years ago
thebucc
421e1b237c
Fix for bug #5007 : moved definition of Size_MatDepth_t and Size_MatDepth from ts_perf.hpp to perf_channels.cpp. This way they are closer to where they are needed and live in a different namespace (possibly the reason why the fix works).
9 years ago
Elena Gvozdeva
46b6a095a2
changed perf test for ocl_gemm
10 years ago
Alexander Karsakov
f3dfdfef8a
Fixed warning with "uninitialized local variable"
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
Alexander Karsakov
e51c0810b6
Added accuracy and performance tests for DFT all modes.
11 years ago
Alexander Karsakov
66ac46214d
Final refactoring, fixes
11 years ago
Alexander Karsakov
52f76a3283
Added rest Elena's changes
11 years ago
Alexander Karsakov
7791264525
Added multi-block scheme
11 years ago
Alexander Karsakov
2b9e556055
Added Elena's changes with implemented DFT_INVERSE C2C mode.
11 years ago
Alexander Karsakov
ed07241f89
Completed all forward transforms.
11 years ago
Alexander Karsakov
0318d27720
Enabled precalculated wave
11 years ago
Alexander Karsakov
5dd9263848
Multi-radix with kernel generation
11 years ago
Ilya Lavrenov
c949845a6b
fixed perf test
11 years ago
Ilya Lavrenov
978f7eb44a
added perf test for transpose inplace
11 years ago
Ilya Lavrenov
9edd24fe51
changed power in cv::pow test to test actual kernel
11 years ago
Ilya Lavrenov
80470f9cf6
added performance test
11 years ago
Ilya Lavrenov
d156f5af6d
added missed tests for cv::norm, cv::normalize
11 years ago
Ilya Lavrenov
0e1b37675c
added performance test for cv::meanStdDev with mask
11 years ago
Ilya Lavrenov
1e46a99d9f
added performance test for cv::norm with NORM_RELATIVE
11 years ago
Ilya Lavrenov
9cc80a68db
fixed warnings
11 years ago
Alexander Alekhin
af062b7c42
ocl: compare: remove useless perf tests
11 years ago
Alexander Alekhin
755ca4b7cf
ocl: compare with scalar
11 years ago
Ilya Lavrenov
9932cf41a4
3-channel reduction operations
11 years ago
Ilya Lavrenov
89b7c0dd93
3 channel support to cv::transpose
11 years ago
Ilya Lavrenov
68957b2757
added some new performance tests
11 years ago
Alexander Alekhin
79eba54a4f
some fixes in perf tests
11 years ago
Ilya Lavrenov
7629bb78a4
extended performance tests to test 3 channels
11 years ago
Alexander Alekhin
95e38e457f
core/umat: usage flags (with proposals from PR #2195 )
11 years ago
Ilya Lavrenov
e190d3fd36
added perf test
11 years ago
Alexander Alekhin
485635310c
core/ocl: OpenCLBufferPool
11 years ago
Ilya Lavrenov
ae4be413c3
added perf tests for cv::reduce
11 years ago
Ilya Lavrenov
5d18cf9989
added cv::[extract|insert]Channel to T-API
11 years ago
Ilya Lavrenov
da2790249e
added NORM_L2SQR type to cv::norm
11 years ago
Ilya Lavrenov
2e5e278271
added cv::PSNR performance test
11 years ago
Ilya Lavrenov
a01e81c8f7
added some performance tests
11 years ago
Ilya Lavrenov
9899cf7519
fixed cv::mixChannels perf test
11 years ago
Ilya Lavrenov
3a4d4080f4
fixed overflow for cv::norm NORM_L2
11 years ago
Ilya Lavrenov
bb7e96311e
disabled cv::split perf test
11 years ago
Ilya Lavrenov
31e6251793
added new perf tests to core
11 years ago
Ilya Lavrenov
d7c22343aa
added perf tests for T-API core functions
11 years ago
Alexander Alekhin
7d9150460a
core/ocl: added perf test infra + "Add" perf test
11 years ago