I'm experimenting with Intel Integrated Performance Primitives (IPP), and I'm curious about the "right way" to do 2D convolution in IPP.
According to the Intel IPP documentation, ippiConvFull
(documentation) and ippiConvValid
(documentation) are deprecated. However I don't see any other 2D convolution routines in IPP.
I did some searching, and I didn't find any alternative IPP functions for 2D image convolution.
- Is there a replacement for
ippiConvFull
andippiConvValid
in IPP? - Or, is Intel just removing convolution from IPP?