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

How to find contours in a binary image?

include1224
Beginner
547 Views
I used OpenCV before and now want to rewrite my application in IPP. But I can't find a function in IPP be corresponding to cvFindContours() in OpenCV. How could I find contours in a binary image ? Thanks .
0 Kudos
1 Reply
matthieu_darbois
New Contributor III
547 Views
Quoting - include1224
I used OpenCV before and now want to rewrite my application in IPP. But I can't find a function in IPP be corresponding to cvFindContours() in OpenCV. How could I find contours in a binary image ? Thanks .

Hi,
IPP purpose is to provide primitive functions that are time consuming.
You can still use OpenCV because it uses IPP to increase performances when it finds it on the system.

Regards,
Matthieu

0 Kudos
Reply