I'm experimenting with Intel Integrated Performance Primitives (IPP) , and I'm curious about how to properly conduct 2D convolution in IPP.
According to Intel IPP documentation , ippiConvFull( documentation ) and ippiConvValid( documentation ) are deprecated. However, in IPP, I do not see other 2D convolution routines.
I did a few searches, and I did not find alternative IPP functions for convolution of a 2D image.
- Is there a replacement for
ippiConvFulland ippiConvValidin IPP? - Or, is Intel just removing convolution from IPP?
source
share