Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the external buffer for the ippiLineSuppression function.
IppStatus ippiLineSuppressionGetBufferSize(IppiSize roiSize, IppiMaskSize filterMask, Ipp32u avgWndSize, IppDataType dataType, int numChannels, int* pBufferSize);
ippcv.h
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
Size of the source and destination image ROI, in pixels.
Size of the derivative filter aperture. Possible values are ippMskSize3x3 and ippMskSize5x5.
Linear size of a neighborhood block for averaging.
Data type of the source image.
Number of channels in the images. Possible value is 1.
Pointer to the size, in bytes, of the external work buffer.
This function calculates the size of the temporary buffer for the ippiLineSuppression function.
when roiSize is less than, or equal to zero
when avgWndSize is equal to zero