Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the internal state or specification structure for the Erode function.
IppStatus ippiErodeGetSpecSize_L(IppiSizeL roiSize, IppiSizeL maskSize, IppSizeL* pSpecSize);
ippcv_l.h
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
roiSize |
Size of the source and destination image ROI, in pixels. |
maskSize |
Size of the structuring element. |
pSpecSize |
Pointer to the size of the specification structure. |
This function computes the size of the specification structure required for the ippiErode functions with the _L suffix.
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. |