- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Andrey,
Thank you for your reply; with your example, I got it working.
Regards,
David
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page