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

What is the difference between MorphologyInitAlloc and MorphAdvInitAlloc

xuhai
Beginner
322 Views
Hi,

In the IPP 5.1, there are some new functions in the morphology part, such as MorphAdvInitAlloc, MorphAdvInit, MorphAdvFree, etc. What are the differences between the old functions (such as MorphologyInit, MorphologyInitAlloc and MorphologyFree) and the new ones?

Thanks
0 Kudos
1 Reply
Intel_C_Intel
Employee
322 Views

Hi, Xuhai,

Functions MorphInitAlloc/MorphFreet create/free structure for base morphological operations (Erode/Dilate). Functions MorphAdvInitAlloc/MorphAdvFree do it for advanced morphological operations (Open/Close/Tophat/Blackhat/Morph gradient)

Alexander

0 Kudos
Reply