diff options
Diffstat (limited to 'cv/ocv-check.cxx')
-rw-r--r-- | cv/ocv-check.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cv/ocv-check.cxx b/cv/ocv-check.cxx new file mode 100644 index 00000000..9efe3610 --- /dev/null +++ b/cv/ocv-check.cxx @@ -0,0 +1,7 @@ +#include <opencv2/core.hpp> + +void check1() +{ + cv::ipp::setUseIPP(true); + cv::ipp::setUseIPP_NotExact(true); +} |