Computes the size of the morphology state structure.
IppStatus ippiMorphologyGetSize_<mod>(int roiWidth, const Ipp8u* pMask, IppiSize maskSize, int* pSize);
Supported values for mod:
8u_C1R | 32f_C1R |
8u_C3R | 32f_C3R |
8u_C4R | 32f_C4R |
roiWidth |
Maximal width of the image ROI in pixels, that can be processed using the allocated structure. |
pMask |
Pointer to the mask. |
maskSize |
Size of the mask in pixels. |
pSize |
Pointer to the size of the morphology state structure. |
The function ippiMorphologyGetSize is declared in the ippcv.h file. It operates with ROI (see Regions of Interest in Intel IPP).
This function computes the size of the morphology state structure pState. This function should be run prior to the function MorphologyInit.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |
ippStsSizeErr |
Indicates an error condition if maskSize has a field with a zero or negative value, or if roiWidth is less than 1. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.