AutoMaskingGraphCutOptions Class
Contents
[
Hide
]Summary: The GraphCut auto masking options.
Module: aspose.imaging.masking.options
Full Name: aspose.imaging.masking.options.AutoMaskingGraphCutOptions
Inheritance: GraphCutMaskingOptions
Constructors
Name | Description |
---|---|
AutoMaskingGraphCutOptions() | Initializes a new instance of the AutoMaskingGraphCutOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
BACKGROUND_OBJECT_NUMBER [static] | int | r | The background object number |
args | IMaskingArgs | r/w | Gets or sets the arguments for segmentation algorithm. |
assumed_objects | list[AssumedObjectData] | r/w | Gets or sets the assumed objects. |
background_replacement_color | Color | r/w | Gets or sets the background replacement color. |
calculate_default_strokes | bool | r/w | Gets or sets a value indicating whether default strokes should be calculated. |
decompose | bool | r/w | Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background. |
default_background_strokes | Point[] | r | Gets the default background strokes. |
default_foreground_strokes | Point[] | r | Gets the pre-calculated default foreground strokes. |
default_objects_rectangles | Rectangle[] | r | Gets the default objects rectangles. |
export_options | ImageOptionsBase | r/w | Gets or sets the image export options. |
feathering_radius | int | r/w | Gets or sets the feathering radius. |
masking_area | Rectangle | r/w | Gets or sets the masking area. |
method | SegmentationMethod | r/w | Gets or sets the segmentation method. |
Constructor: AutoMaskingGraphCutOptions()
AutoMaskingGraphCutOptions()
Initializes a new instance of the AutoMaskingGraphCutOptions class.