1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #13317 from terfendail:norm_wintr

* Added performance tests for hal::norm functions

* Added sum of absolute differences intrinsic

* norm implementation updated to use wide universal intrinsics

* improve and fix v_reduce_sad on VSX
This commit is contained in:
Vitaly Tuzov
2018-11-29 19:34:14 +03:00
committed by Alexander Alekhin
parent ccf96b9e05
commit 00c9ab8c23
8 changed files with 238 additions and 105 deletions
+2
View File
@@ -17,6 +17,8 @@
#include "opencv2/core/utils/trace.hpp"
#include "opencv2/core/hal/hal.hpp"
#include <stdarg.h> // for va_list
#include "cvconfig.h"