Developer Reference for Intel® Integrated Performance Primitives
Calculates size of temporary buffer for the ippiCanny function.
IppStatus ippiCannyGetSize(IppiSize roiSize, int* pBufferSize);
IppStatus ippiCannyGetSize_L(IppiSizeL roi, IppSizeL* bufferSize);
ippcv.h
Flavors with the _L suffix: ippcv_l.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.
Pointer to the computed size of the temporary buffer.
This function calculates the size of a temporary buffer for the ippiCanny function.