- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm pretty new using the IPP library and Ido not know how, from an image with multiple objects, detect each one and create a individual image for each detected object. My image is B&W with white background and grayscale obejcts.
I know thatit is possible to get an ROI pointer and set its width and height, and with that I can copy the ROI. But how can I get all the objects collection from the original image and get each objects (or ROI) pointer and then copy or cut it?
Thanks!
I'm pretty new using the IPP library and Ido not know how, from an image with multiple objects, detect each one and create a individual image for each detected object. My image is B&W with white background and grayscale obejcts.
I know thatit is possible to get an ROI pointer and set its width and height, and with that I can copy the ROI. But how can I get all the objects collection from the original image and get each objects (or ROI) pointer and then copy or cut it?
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi zinon,
Your problem looks more image detect or image segementationthanIPP usage problem.You may consider implement some image detect algorithms(which may call some ipp functions like ippiBoundSegments() in ipp computer vision domain). Once you get the ROI's position, you can use ippicopy() copyany ROI from original image.
IPPprovide one sample named UIC Sample Demo (andsource code in image-codecsuicsrc)
) <http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-intel-ipp-sample-code/>.
It can do face detect and simply image segemention. You may take a look at it first and get the idea how to implement a algorithm based on ipp functions.
Best Regards,
Ying
Your problem looks more image detect or image segementationthanIPP usage problem.You may consider implement some image detect algorithms(which may call some ipp functions like ippiBoundSegments() in ipp computer vision domain). Once you get the ROI's position, you can use ippicopy() copyany ROI from original image.
IPPprovide one sample named UIC Sample Demo (andsource code in image-codecsuicsrc)
) <http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-intel-ipp-sample-code/>.
It can do face detect and simply image segemention. You may take a look at it first and get the idea how to implement a algorithm based on ipp functions.
Best Regards,
Ying
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