This function applies closing effect to provided raster page using the specified structure element.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_IP_close( HIGEAR hIGear, LPAT_RECT lpRect, LPAT_INT lpMatrix, AT_INT nMatrixSize ); |
Arguments:
hIGear | Image to which to apply effect. |
lpRect | Image rectangle to process. |
lpMatrix | Matrix specifying a structuring element for the operation. |
nMatrixSize | Matrix edge size. |
Return Value:
Returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
Indexed RGB with grayscale palette - 1…8 bpp;
Grayscale - 1…16 bpp.
Sample:
Image Processing
Remarks:
This function is applicable to any grayscale image (image with [Gy] color space).