Intel IPP convolution is not recommended - is there another IPP convolution method 2D?

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?
+5
source share
2 answers
+4

, ( , IPP 8.1):

Intel IPP Convolution.

, ippiConv, algType.

.

+2

All Articles