Developer Reference for Intel® Integrated Performance Primitives
Calculates the size of the temporary buffer for the ippiHarrisCorner function.
IppStatus ippiHarrisCornerGetBufferSize(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. Possible values are ipp8u and ipp32f.
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 needed for the HarrisCorner function.
when roiSize is less than, or equal to zero
when avgWndSize is equal to zero