opencv/modules/core
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
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
misc/java Merge pull request #10050 from floe/android-studio-3.3.1 2017-11-10 19:35:32 +00:00
perf Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
src Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
test Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
CMakeLists.txt Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00