HAL universal intrinsics tests and documentation

This commit is contained in:
Maksim Shabunin
2015-08-27 16:53:44 +03:00
parent 190d00ea3e
commit a275489f0a
10 changed files with 2226 additions and 113 deletions

View File

@@ -0,0 +1,11 @@
#ifndef __OPENCV_HAL_TEST_PRECOMP_HPP__
#define __OPENCV_HAL_TEST_PRECOMP_HPP__
#include <iostream>
#include <limits>
#include "opencv2/ts.hpp"
#include "opencv2/hal.hpp"
#include "opencv2/hal/defs.h"
#include "opencv2/hal/intrin.hpp"
#endif