Click or drag to resize

ThresholdsCommand Class

Applies thresholds to image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Addins.ThresholdToolThresholdToolCommand
            MediaCy.Addins.ThresholdToolThresholdsCommand

Namespace:  MediaCy.Addins.ThresholdTool
Assembly:  MediaCy.Addins.ThresholdTool (in MediaCy.Addins.ThresholdTool.dll) Version: 3.1.0.0
Syntax
VB
Public Class ThresholdsCommand
	Inherits ThresholdToolCommand

The ThresholdsCommand type exposes the following members.

Constructors
  NameDescription
Public methodThresholdsCommand
Initializes a new instance of the ThresholdsCommand class
Public methodThresholdsCommand(McCommand)
Initializes a new instance of the ThresholdsCommand class
Top
Properties
  NameDescription
Public propertyAllowOverlap
Allow range overlap in case of multi-class segmentation. When the function is False, and the pixel intensity belongs to multiple classes, it's assigned to the highest segmentation class.
Public propertyClasses
Collection of segmentation classes
Public propertyInterpretation
Segmentation interpretation
Public propertyMonoChannel
Index of channel in Mono mode, -1 - gray
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Public methodGetFromDocument
Get threshold info from the document, image or window
Public methodGetFromImage
Get threshold info from the image
Public methodLoad
Public methodStatic memberRecordThresholds(McImage)
Public methodStatic memberRecordThresholds(SegmentationData, McImage)
Public methodSave
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks