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-C277AA01-B8F3-4B19-AC2F-1F54B2AD0DCA
Visible to Intel only — GUID: GUID-C277AA01-B8F3-4B19-AC2F-1F54B2AD0DCA
MorphGetBufferSize
Computes the size of the working buffer for advanced morphological operations.
Syntax
IppStatus ippiMorphGetBufferSize_L (IppiSizeL roiSize, IppiSizeL maskSize, IppDataType dataType, int numChannels, IppSizeL* pBufferSize);
Include Files
ippcv_l.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
Parameters
roiSize |
Maximum size of the image ROI, in pixels. |
maskSize |
Size of the structuring element. |
dataType |
Data type for the processing function. |
numChannels |
Number of channels in the image. |
pBufferSize |
Pointer to the buffer size value for the initialization function. |
Description
This function computes the size of the working buffer required for advanced morphological operations.
Return Values
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error when one of the pointers is NULL. |
ippStsSizeErr |
Width of the image, or width or height of the structuring element is less than, or equal to zero. |