I have system with installed opencv-3.0. I need to check whether IPP is enabled or not in the opencv. How can I check that ?
opencv-3.0
IPP
try std::cout << cv::getBuildInformation() << std::endl;
std::cout << cv::getBuildInformation() << std::endl;