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 fill holes on image?

Lamp
Beginner
779 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
779 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
780 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
779 Views
Thanks Chao,

It's really helpful.

Regards,
Xie
0 Kudos
Reply