- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to perform dilation operation on an image using IppiDilateBorder_8u_C1R function. But I am not sure of how to define the parameters like IppiMorphState *pSpec and Ipp8u *pBuffer. required by the function? I am not able to find a proper document on these. It will be good if you can tell me what the parameters mean and how to define them? I am using Intel IPP 2019 with Microsoft Visual Studio 2019.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you seen the func_MorfDilateBorder example at the https://software.intel.com/en-us/ipp-dev-reference-dilateborder doc page?
pSpec is initialized by ippiMorphologyBorderInit_<> function. see - https://software.intel.com/en-us/ipp-dev-reference-morphologyborderinit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I would also like to know what is the difference between the Dilate and DilateBorder function?
I want to perform a fast dilation operation using Intel Ipp which will be faster than the other Image Processing libraries. Can you tell me which function do I choose and how do I optimize it to run fast?

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page