Visible to Intel only — GUID: GUID-7175C84B-43F6-4FA4-AA28-1488C0B8AB7E
Visible to Intel only — GUID: GUID-7175C84B-43F6-4FA4-AA28-1488C0B8AB7E
LabelMarkersGetBufferSize
Computes the size of the working buffer for the marker labeling.
Syntax
IppStatus ippiLabelMarkersGetBufferSize_8u_C1R(IppiSize roiSize, int* pBufSize);
IppStatus ippiLabelMarkersGetBufferSize_8u32s_C1R(IppiSize roiSize, int* pBufSize);
IppStatus ippiLabelMarkersGetBufferSize_16u_C1R(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 computed size of the working buffer.
Description
This function operates with ROI (see Regions of Interest in Intel IPP).
This function computes the size of the working buffer required for the ippiLabelMarkers function. The buffer with the length pBufSize[0] can be used to segment images with width and/or height that is equal to or less than the corresponding field of the parameter roiSize.
Return Values
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if the pointer pBufSize is NULL. |
ippStsSizeErr |
Indicates an error condition if roiSize has a field with zero or negative value. |