opencv/modules/core/perf
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
2017-11-20 15:56:53 +03:00
..
cuda move CUDA core tests to core module 2014-12-23 17:42:49 +03:00
opencl Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
perf_abs.cpp
perf_addWeighted.cpp
perf_arithm.cpp reciprocal 2015-01-12 10:59:30 +03:00
perf_bitwise.cpp
perf_compare.cpp
perf_convertTo.cpp test: fix tolerance 2016-10-20 16:54:30 +03:00
perf_cvround.cpp cvRound 2015-03-11 16:14:39 +03:00
perf_dft.cpp Merge pull request #2684 from ElenaGvozdeva:ippiDFT 2014-05-07 17:57:17 +04:00
perf_dot.cpp
perf_inRange.cpp
perf_io_base64.cpp Add JSON support. 2016-08-11 00:53:15 +08:00
perf_lut.cpp Extended set of existing performance test to OpenVX HAL suitable execution modes 2017-04-27 12:32:29 +03:00
perf_main.cpp
perf_mat.cpp Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
perf_math.cpp HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp 2016-05-31 11:54:52 +03:00
perf_merge.cpp test: fix tolerance 2016-10-20 16:54:33 +03:00
perf_minmaxloc.cpp
perf_norm.cpp core(perf): added Hamming tests 2017-07-01 00:49:18 +00:00
perf_precomp.hpp
perf_reduce.cpp
perf_sort.cpp added ippisFlip to cv::sort 2014-04-18 14:37:46 +04:00
perf_split.cpp let the performance test of split pass on 64bit ARM 2016-05-31 23:57:49 +09:00
perf_stat.cpp Enable ipp MeanStdDev calculation for 32F_C1 images. Decrease accuracy sanity check of the perfomance test 2014-04-07 14:26:49 +04:00
perf_umat.cpp Fixed several GCC 5.x warnings 2016-09-01 15:44:01 +03:00