Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IpprFilterMedianSpec

Hren__David
Beginner
688 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
688 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
688 Views

Hi Andrey,

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

Regards,

David

0 Kudos
Reply