* 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 |
||
|---|---|---|
| .. | ||
| cuda | ||
| opencl | ||
| perf_abs.cpp | ||
| perf_addWeighted.cpp | ||
| perf_arithm.cpp | ||
| perf_bitwise.cpp | ||
| perf_compare.cpp | ||
| perf_convertTo.cpp | ||
| perf_cvround.cpp | ||
| perf_dft.cpp | ||
| perf_dot.cpp | ||
| perf_inRange.cpp | ||
| perf_io_base64.cpp | ||
| perf_lut.cpp | ||
| perf_main.cpp | ||
| perf_mat.cpp | ||
| perf_math.cpp | ||
| perf_merge.cpp | ||
| perf_minmaxloc.cpp | ||
| perf_norm.cpp | ||
| perf_precomp.hpp | ||
| perf_reduce.cpp | ||
| perf_sort.cpp | ||
| perf_split.cpp | ||
| perf_stat.cpp | ||
| perf_umat.cpp | ||