- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are there any API in IPP that finds contour of a binary image? Currently i'm using cvFindContour from openCV, but its not performing fast. Well if its not in IPP, i think its a good interest to have as blob analysis will definitely require this.
Br.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
thanks for your interest to Intel IPP. That's right, we do not provide functions to find a contour in image. At least not in the current version of product. Did you use a chance to provide your feedback on IPP product through cutomers survey available on main page of this forum? Is there other functionality in OpenCV you would like to have boosted with IPP?
Regards,
Vladimir
thanks for your interest to Intel IPP. That's right, we do not provide functions to find a contour in image. At least not in the current version of product. Did you use a chance to provide your feedback on IPP product through cutomers survey available on main page of this forum? Is there other functionality in OpenCV you would like to have boosted with IPP?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are many variants of this function. F.e. do you want just to find boundaries, or want to extract all connected components separately and assign contours accordingly. I dont know of such API, perhaps ITK toolkit has something like that. Good and simple algorithm (in Pascal) is described in the book by Theo Pavlidis.
If you implement it yourself, use 1 byte per pixel, you will need to store several flags per pixel.
best
If you implement it yourself, use 1 byte per pixel, you will need to store several flags per pixel.
best
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the replies. I would only need to obtain the external contours from the binary image (after morph opening and closing), anyhow, it would be even better if there's more options for getting the bounding box, approx poly of the contour. I did submit these suggestions. Hope some of them will be included in near coming versions of IPP.
THANKS!
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