SegmentationOptionsCommand Class |
![]() |
Namespace: MediaCy.Addins.Measurements
Public Class SegmentationOptionsCommand Inherits BaseOptionsCommand(Of SegmentationOptionsCommandProperties)
The SegmentationOptionsCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | SegmentationOptionsCommand | Initializes a new instance of the SegmentationOptionsCommand class |
![]() | SegmentationOptionsCommand(McCommand) | Initializes a new instance of the SegmentationOptionsCommand class |
![]() | SegmentationOptionsCommand(McCommand, Object) | Initializes a new instance of the SegmentationOptionsCommand class |
Name | Description | |
---|---|---|
![]() | Accumulate |
Preserve existing measurements during Count
|
![]() | ApplyFilters |
Apply measurement range filters
|
![]() | AutoFindPhase |
Type of threshold segmentation
|
![]() | AutoGrowIncrement |
Size increment (in pixels) of segmented objects after Count operation using dilation or erosion of the segmented regions.
|
![]() | AutoThresholdBias |
Adjust thresholds for auto-bright/auto dark by the percentage of the value defined by AutoThresholdBiasMethod.
|
![]() | AutoThresholdBiasMethod |
Defines method calculating AutoThresholdBias.
|
![]() | AutoThresholding |
Method of auto-threshold segmentation
|
![]() | AutoThresholdMethod |
Method of auto-threshold segmentation
|
![]() | CleanBorders |
Clean borders flag
|
![]() | CountFeatureShape |
Shape of the features created by Count operation
|
![]() | CountFeatureType |
Type of the features created by Count operation
|
![]() | FillHoles |
Fill holes
|
![]() | FilterRanges |
List of filter ranges
|
![]() | Is8Connected |
Pixel connectivity, 8/4 connected
|
![]() | LinkLength |
Size of gaps to be closed (in pixels).
|
![]() | OutlinePixelTiles |
Draw outlines around pixel boundaries.
|
![]() | PruneIterations |
Number of prune iterations.
|
![]() | SegmentationType |
Segmentation type
|
![]() | Smoothing |
Smoothing degree
|
![]() | UseObjectsAsOutlines |
Use existing objects as outlines. The option can be used creating parent-child relations.
|
![]() | VertorizeObjects |
Types of vectorized objects to be created.
|
Name | Description | |
---|---|---|
![]() | ApplyProperties | (Overrides BaseObjectCommand.ApplyProperties(Object).) |
![]() | ReadProperty | (Overrides BaseObjectCommand.ReadProperty(Object, UTP).) |
![]() | SaveParameterAsCode | (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).) |