Click or drag to resize

SegmentationOptionsCommand Class

Sets segmentation options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandSegmentationOptionsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandSegmentationOptionsCommandProperties
          MediaCy.Addins.MeasurementsSegmentationOptionsCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class SegmentationOptionsCommand
	Inherits BaseOptionsCommand(Of SegmentationOptionsCommandProperties)

The SegmentationOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodSegmentationOptionsCommand
Initializes a new instance of the SegmentationOptionsCommand class
Public methodSegmentationOptionsCommand(McCommand)
Initializes a new instance of the SegmentationOptionsCommand class
Public methodSegmentationOptionsCommand(McCommand, Object)
Initializes a new instance of the SegmentationOptionsCommand class
Top
Properties
  NameDescription
Public propertyAccumulate
Preserve existing measurements during Count
Public propertyApplyFilters
Apply measurement range filters
Public propertyAutoFindPhase
Type of threshold segmentation
Public propertyAutoGrowIncrement
Size increment (in pixels) of segmented objects after Count operation using dilation or erosion of the segmented regions.
Public propertyAutoThresholdBias
Adjust thresholds for auto-bright/auto dark by the percentage of the value defined by AutoThresholdBiasMethod.
Public propertyAutoThresholdBiasMethod
Defines method calculating AutoThresholdBias.
Public propertyAutoThresholding
Method of auto-threshold segmentation
Public propertyAutoThresholdMethod
Method of auto-threshold segmentation
Public propertyCleanBorders
Clean borders flag
Public propertyCountFeatureShape
Shape of the features created by Count operation
Public propertyCountFeatureType
Type of the features created by Count operation
Public propertyFillHoles
Fill holes
Public propertyFilterRanges
List of filter ranges
Public propertyIs8Connected
Pixel connectivity, 8/4 connected
Public propertyLinkLength
Size of gaps to be closed (in pixels).
Public propertyOutlinePixelTiles
Draw outlines around pixel boundaries.
Public propertyPruneIterations
Number of prune iterations.
Public propertySegmentationType
Segmentation type
Public propertySmoothing
Smoothing degree
Public propertyUseObjectsAsOutlines
Use existing objects as outlines. The option can be used creating parent-child relations.
Public propertyVertorizeObjects
Types of vectorized objects to be created.
Top
Methods
  NameDescription
Public methodApplyProperties (Overrides BaseObjectCommand.ApplyProperties(Object).)
Public methodReadProperty (Overrides BaseObjectCommand.ReadProperty(Object, UTP).)
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks