AutoMaskingArgs Class
Contents
[
Hide
]Summary: Represents the arguments that are specified for automated masking methods
Module: aspose.imaging.masking.options
Full Name: aspose.imaging.masking.options.AutoMaskingArgs
Inheritance: IMaskingArgs
Constructors
| Name | Description |
|---|---|
| AutoMaskingArgs() | Initializes a new instance of the AutoMaskingArgs class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| max_iteration_number | int | r/w | Gets or sets the maximum number of iterations. |
| number_of_objects | int | r/w | Gets or sets the number of objects to separate initial image to (optional), default value is 2 (object and background). |
| objects_points | Point[][] | r/w | Gets or sets the points that belong to separated objects (optional) NumberOfObjects coordinates that belong to NumberOfObjects objects of initial image. This parameter is used to increase segmentation method precision. |
| objects_rectangles | Rectangle[] | r/w | Gets or sets the objects rectangles that belong to separated objects (optional). This parameter is used to increase segmentation method precision. |
| orphaned_points | Point[] | r/w | Gets or sets the points that no longer belong to any object (optional). This parameter is used only in case of re-segmentation. |
| precision | float | r/w | Gets or sets the precision of segmentation method (optional). |
Constructor: AutoMaskingArgs()
AutoMaskingArgs()
Initializes a new instance of the AutoMaskingArgs class