Visible to Intel only — GUID: GUID-E61A13E2-1472-4063-854F-A97120CBC317
Visible to Intel only — GUID: GUID-E61A13E2-1472-4063-854F-A97120CBC317
MorphGetSpecSize
Computes the size of the internal state or specification structure for advanced morphological operations.
Syntax
ippiMorphGetSpecSize_L(IppiSizeL roiSize, IppiSizeL maskSize, IppDataType dataType, int numChannels, IppSizeL* pSpecSize);
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. |
pSpecSize |
Pointer to the size of the specification structure. |
Description
This function computes the size of the specification structure 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. |