Click or drag to resize

ThresholdToolCommands Class

Provides a set of thresholdtool related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.MeasureThresholdToolCommands

Namespace:  MediaCy.Automation.Measure
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class ThresholdToolCommands

The ThresholdToolCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberApplyGlobal
Applies global threshold segmentation ranges to image.
Public propertyStatic memberColorPicker
Activates/deactivates color picker tool that allows picking threshold intensity ranges from image.
Public propertyStatic memberCreateMask
Creates mask image of the thresholded regions.
Public propertyStatic memberOpen
Loads threshold segmentation ranges from a file.
Public propertyStatic memberOptions
Sets threshold tool options.
Public propertyStatic memberSave
Saves threshold segmentation ranges to a file.
Public propertyStatic memberSetGlobal
Sets current threshold segmentation ranges as global.
Public propertyStatic memberThresholds
Applies thresholds to image.
Top
See Also