Calculates size of temporary buffer for the gradient flood filling.
IppStatus ippiFloodFillGetSize_Grad(IppiSize roiSize, int* pBufferSize);
The function ippiFloodFillGetSize_Grad is declared in the ippcv.h file. This function calculates the size of the temporary buffer to be used by the function ippiFloodFill_Grad.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pBufferSize pointer is NULL. |
ippStsSizeErr |
Indicates an error condition if roiSize has a field with zero or negative value. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.