Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

The Definition of the IppiMorphState structure

hadipardis
Beginner
499 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
499 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