Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Avisos
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
Principiante
818 Vistas
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 Solución
Chao_Y_Intel
Moderador
818 Vistas


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

Ver la solución en mensaje original publicado

2 Respuestas
Chao_Y_Intel
Moderador
819 Vistas


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

Lamp
Principiante
818 Vistas
Thanks Chao,

It's really helpful.

Regards,
Xie
Responder