GraphCutMaskingOptions Class
Contents
[
Hide
]Summary: The GraphCut auto masking options.
Module: aspose.imaging.masking.options
Full Name: aspose.imaging.masking.options.GraphCutMaskingOptions
Inheritance: MaskingOptions
Constructors
Name | Description |
---|---|
GraphCutMaskingOptions() | Initializes a new instance of the GraphCutMaskingOptions 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. |
background_replacement_color | Color | r/w | Gets or sets the background replacement color. |
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. |
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: GraphCutMaskingOptions()
GraphCutMaskingOptions()
Initializes a new instance of the GraphCutMaskingOptions class