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

IpprFilterMedianSpec

Hren__David
Beginner
231 Views

Hi,

I am trying to use the 3D filter functions (specifically the median filter); but I can not create a IpprFilterMedianSpec variable as the compiler complains that it is an incomplete type. I've searched the header files, but all I see is a typedef for IpprFilterMedianSpec to struct FilterMedianSpecV (I can't seem to find a definition for FilterMedianSpecV).

Any guidance would be greatly appreciated.

 

 

0 Kudos
2 Replies
Andrey_B_Intel
Employee
231 Views

Hi David.

It is need to declare pointer "IpprFilterMedianSpec* pSpec". IPP image processing functions have the similar API. Links to 2d median example https://software.intel.com/en-us/ipp-dev-reference-filtermedianborder-sample

Thanks for your question.

0 Kudos
Hren__David
Beginner
231 Views

Hi Andrey,

Thank you for your reply; with your example, I got it working.

Regards,

David

0 Kudos
Reply