Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-661755F1-443F-4ECB-AA18-D8C699C92E21
Visible to Intel only — GUID: GUID-661755F1-443F-4ECB-AA18-D8C699C92E21
Convolution
Intel IPP functions described in this section perform two-dimensional finite linear convolution operation between two source images and write the result into the destination image. Convolution is used to perform many common image processing operations including sharpening, blurring, noise reduction, embossing, and edge enhancement. For convenience, any digital image f is represented here as a matrix with Mf columns and Nf rows that contains pixel values f[i,j], 0 ≤i < Mf, 0 ≤j < Nf.
- ConvGetBufferSize
Computes the size of the work buffer for the ippiConv function. - Conv
Performs two-dimensional convolution of two images.