Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

How to fill holes on image?

Lamp
Beginner
828 Views
Hi

MATLAB has a "imfill" functionwhich can fill image regions and holes, does IPP have the same kind of API to fill holes, or mark out all holes?

I did a research but cannot get anything from internet.
Please help.

Regards,
Xie
0 Kudos
1 Solution
Chao_Y_Intel
Moderator
828 Views


Hi Xie,

From the Matlab document, the imfill function uses some flood-fill operation on background pixels. You may check if the ippiFloodFill_ function in IPP computer vision part can meet your requirement.

Thanks,
Chao

View solution in original post

0 Kudos
2 Replies
Chao_Y_Intel
Moderator
829 Views


Hi Xie,

From the Matlab document, the imfill function uses some flood-fill operation on background pixels. You may check if the ippiFloodFill_ function in IPP computer vision part can meet your requirement.

Thanks,
Chao

0 Kudos
Lamp
Beginner
828 Views
Thanks Chao,

It's really helpful.

Regards,
Xie
0 Kudos
Reply