ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearROIMask Class |
The following tables list the members exposed by ImGearROIMask.
Name | Description | |
---|---|---|
ImGearROIMask Constructor | Overloaded. |
Name | Description | |
---|---|---|
left | X offset of region in the image.
Specifies left side of rectangle in case of ImGearROIRectangle, and reference point in case of ImGearROIMask. (Inherited from com.accusoft.imagegear.core.ImGearROI) | |
top | Y offset of region in the image.
Specifies top side of rectangle in case of ImGearROIRectangle, and the reference point in case of ImGearROIMask. (Inherited from com.accusoft.imagegear.core.ImGearROI) |
Name | Description | |
---|---|---|
clone | Creates a new object that is a copy of the current instance. | |
dilate | Dilates ROI mask on the specified pixel count. | |
erode | Erodes ROI mask on the specified pixel count. | |
getBoundRectangle | Gets the bounding rectangle.
| |
getMask | Gets 1-bit image that defines region shape.
Region of interest is represented by a binary (1-bit) image. | |
intersect | Creates a new ImGearROIRectangle instance that is calculated as an intersection of specified ROI and image rectangles. (Inherited from com.accusoft.imagegear.core.ImGearROI) | |
pointInRegion | Checks whether the specified point is in the ROI. |