Developer Reference for Intel® Integrated Performance Primitives
Calculates the size of the temporary buffer for the ippiCannyBorder function.
IppStatus ippiCannyBorderGetSize(IppiSize roiSize, IppiDifferentialKernel filterType, IppiMaskSize mask, IppDataType dataType, 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 image ROI in pixels.
Type of the filter to be applied. Possible values are ippFilterSobel and ippFilterScharr.
The size of the mask. Possible values are ippMskSize3x3 and ippMskSize5x5.
Data type of the image. Possible value is ipp8u.
Pointer to the variable that returns the size of the temporary buffer.
This function calculates the size of the temporary buffer needed for the CannyBorder function.