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