Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to find contours in a binary image?

include1224
Beginner
1,372 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
1,372 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