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

How to fill holes on image?

Lamp
Beginner
439 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
439 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
440 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
439 Views
Thanks Chao,

It's really helpful.

Regards,
Xie
0 Kudos
Reply