ImageGear Professional DLL v17.1 for Windows Accusoft
IG_IP_NR_ROI_mask_erode
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Image Processing Effects Functions > IG_IP_NR_ROI_mask_erode

Glossary Item Box

Erodes ROI mask by the specified number of pixels.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_IP_NR_ROI_mask_erode(
        LPAT_NR_ROI_MASK lpMask,
        AT_INT pixCount
);

Arguments:

lpMask ROI mask to dilate.
pixCount Number of pixels by which to erode the area.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.