Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

IppiDilateBorder_8u_C1R

Emmanuel__Ajay
Beginner
614 Views

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.

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
614 Views

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 

 

0 Kudos
Emmanuel__Ajay
Beginner
614 Views

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?

 

0 Kudos
Reply