Maksim Shabunin
dc704d77ac
Fixed several GCC 5.x warnings
9 years ago
MYLS
8596e82d98
Add JSON support.
...
a JSON emitter, a parser, tests and some basic doc.
9 years ago
MYLS
8a65e73bfd
add SANITY_CHECK_NOTHING() to perf_test
9 years ago
MYLS
27b924e99e
remove CHECK from performance test
9 years ago
MYLS
cf2d6f6721
solve errors and warnings
...
Modified performance test and solve a problem caused by an enum type.
9 years ago
MYLS
78ca5ddd45
solve errors and warnings
9 years ago
MYLS
0823ec0ef0
modified performance test
...
For faster test
9 years ago
MYLS
617df09143
Modify Base64 functions and add test and documentation
...
Major changes:
- modify the Base64 functions to compatible with `cvWriteRawData` and so
on.
- add a Base64 flag for FileStorage and outputs raw data in Base64
automatically.
- complete all testing and documentation.
9 years ago
Tomoaki Teshima
070e4d754e
let the performance test of split pass on 64bit ARM
...
* loosen the threshold only under aarch64
* fix #6610
9 years ago
Maksim Shabunin
1e667de1f3
HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
9 years ago
Alexander Alekhin
4ecc023219
UMat: add perf test for custom ptr
10 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).
10 years ago
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
10 years ago
Ilya Lavrenov
6f8b3fc633
cvRound
10 years ago
Ilya Lavrenov
ef29b15c9a
reciprocal
10 years ago
Ilya Lavrenov
44d89638fd
divide
10 years ago
Ilya Lavrenov
63fc6ef316
convertTo from 64f
10 years ago
Ilya Lavrenov
19e77e4787
convertTo from 8u
10 years ago
Vladislav Vinogradov
1be1a28920
move CUDA core tests to core module
10 years ago
Elena Gvozdeva
46b6a095a2
changed perf test for ocl_gemm
11 years ago
Alexander Karsakov
f3dfdfef8a
Fixed warning with "uninitialized local variable"
11 years ago
Alexander Alekhin
55188fe991
world fix
11 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
Elena Gvozdeva
e362c3fb38
fixed
11 years ago
Elena Gvozdeva
507ea95265
fixed
11 years ago
Elena Gvozdeva
6880dbfd95
IPP: cv::dct
11 years ago
Elena Gvozdeva
2d71c094b3
IPP: CV::dft
11 years ago
Ilya Lavrenov
9cc80a68db
fixed warnings
11 years ago
Ilya Lavrenov
1f6b719776
added ippisFlip to cv::sort
11 years ago
Ilya Lavrenov
26e8c6216f
cv:;sortIdx
11 years ago
Ilya Lavrenov
d5513f522b
cv::sort
11 years ago
vbystricky
9d138b2bbe
Enable ipp MeanStdDev calculation for 32F_C1 images. Decrease accuracy sanity check of the perfomance test
11 years ago
vbystricky
9b6feee1a5
Change sanity check for perfomance test of dft
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