1 2 3 4 5 6 7
#include <opencv2/core.hpp> void check1() { cv::ipp::setUseIPP(true); cv::ipp::setUseIPP_NotExact(true); }