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-2CA478A8-6962-4F16-B9B5-1BF0290E1813
Visible to Intel only — GUID: GUID-2CA478A8-6962-4F16-B9B5-1BF0290E1813
FloodFillGetSize
Calculates size of temporary buffer for flood filling operation.
Syntax
IppStatus ippiFloodFillGetSize(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.
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. |