- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Chao,
It's really helpful.
Regards,
Xie
It's really helpful.
Regards,
Xie
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page