Files
opencv/modules/core/test
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
..
2016-09-01 15:44:01 +03:00
2017-07-20 22:43:11 +09:00
2017-08-31 15:05:46 +03:00
2015-12-17 12:33:23 +03:00
2013-09-05 19:03:00 +04:00
2014-02-22 09:54:16 +05:30
2017-08-23 11:38:58 +02:00