Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-3B498BC7-8C9B-4D34-922E-53D6975164C4
Visible to Intel only — GUID: GUID-3B498BC7-8C9B-4D34-922E-53D6975164C4
FloodFillGetSize_Grad
Calculates size of temporary buffer for the gradient flood filling.
Syntax
IppStatus ippiFloodFillGetSize_Grad(IppiSize roiSize, int* pBufSize);
Include Files
ippcv.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
Parameters
- roiSize
- Size of the source image ROI in pixels.
- pBufSize
- Pointer to the variable that returns the size of the temporary buffer.
Description
This function calculates the size of the temporary buffer to be used by the function ippiFloodFill_Grad.
Return Values
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pBufSize pointer is NULL. |
ippStsSizeErr |
Indicates an error condition if roiSize has a field with zero or negative value. |