This function deletes the mask HIGEAR created by IG_IP_NR_ROI_to_HIGEAR_mask().
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_IP_NR_ROI_mask_delete ( LPAT_NR_ROI_MASK lpMask ); |
Name | Type | Description |
---|---|---|
lpMask | LPAT_NR_ROI_MASK | A far pointer to the mask structure to delete. |
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
This function does not process image pixels.
None
Copy Code
|
|
---|---|
AT_ERRCOUNT nErrcount; HIGEAR hIGear; AT_NR_ROI_MASK Mask nErrcount = IG_IP_NR_ROI_mask_delete(&Mask); |
When you are done using this mask, and have called the function IG_IP_NR_ROI_mask_unassociate(), you should call IG_IP_NR_ROI_mask_delete() to delete the mask and free up the memory allocated to it.