opencvopencv3.0intel-ipp

check IPP is enabled or not in opencv


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 ?


Solution

  • try std::cout << cv::getBuildInformation() << std::endl;