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

The Definition of the IppiMorphState structure

hadipardis
Beginner
523 Views

Hi,

Where can I find the Definition of the IppiMorphSate which is used by some functions likeippiMorphAdvInit? Thanks

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
523 Views

Hello,

this structure was implemented as platform dependent block of memory for optimization purposes. Thus you can't rely on it's particular layout and members. This is why defenition of this structure is hidden. You only see forward declaration of this in IPP headers.

Regards,
Vladimir

0 Kudos
Reply