Calculates size of temporary buffer for function ippiCanny.
IppStatus ippiCannyGetSize(IppiSize roiSize, int* pBufferSize);
Size of the image ROI in pixels.
Pointer to the computed size of the temporary buffer.
The function ippiCannyGetSize is declared in the ippcv.h file. This function calculates the size of a temporary buffer for the function ippiCanny.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.