Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

OpenCV and IPP

vbose
Beginner
863 Views
Is there considerable overlap between the CV/Image Processing part of OpenCV and IPP ?
0 Kudos
2 Replies
Intel_C_Intel
Employee
863 Views
Yes, optimized ippCV and ippI functions can be called from some OpenCV functions. To enable it you shoul build OpenCV with the special define and have IPP in paths (see OpenCV readme).
0 Kudos
Rajendra_S_
Beginner
862 Views

I wanted to detect face from a web camera. I found an example of face detection in samples folder.But they have provided a wrapper class called as CIppiImage . I am retriving frame using open cv,so I am not able to figure out that How I will be able to convert Mat Image or IplImage to the type of CIppiImage

0 Kudos
Reply