- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have theinput image:
:
1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
1 1 1 1 1 0 0 0 0 0 0 0 1 1 1
1 0 0 1 0 0 0 1 0 0 0 0 1 0 1
1 0 0 1 0 0 0 0 1 1 0 0 1 1 1
1 1 1 1 1 0 0 0 0 0 0 0 0 0 0
1 1 1 0 0 0 0 0 0 0 0 0 0 0 0
:
and I wish to fill the holes (smaller then 3X3), so the output will be:
:
1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
1 1 1 1 1 0 0 0 0 0 0 0 1 1 1
1 1 1 1 0 0 0 1 0 0 0 0 1 1 1
1 1 1 1 0 0 0 0 1 1 0 0 1 1 1
1 1 1 1 1 0 0 0 0 0 0 0 0 0 0
1 1 1 0 0 0 0 0 0 0 0 0 0 0 0
:
How can IPP to help me?
Thanks,
Eran
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
may be I am wrong but IPP cannot helps you with this case ...
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Eran,
you may want to consider IPP Flood Fill functions, available in IPP Computer Vision library.
Regards,
Vladimir
you may want to consider IPP Flood Fill functions, available in IPP Computer Vision library.
Regards,
Vladimir
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