Click or drag to resize

McThresholdTool Class

Threshold tool class
Inheritance Hierarchy
SystemObject
  MediaCy.Addins.ThresholdToolMcThresholdTool

Namespace:  MediaCy.Addins.ThresholdTool
Assembly:  MediaCy.Addins.ThresholdTool (in MediaCy.Addins.ThresholdTool.dll) Version: 3.1.0.0
Syntax
VB
Public Class McThresholdTool
	Implements IDTExtensibility2

The McThresholdTool type exposes the following members.

Constructors
  NameDescription
Public methodMcThresholdTool
Initializes a new instance of the McThresholdTool class
Top
Properties
  NameDescription
Public propertyActiveChannel
Selected channel in the dialog
Public propertyGlobalSegmentation
Global segmentation data
Public propertyInterpretation
Histogram interpretation property
Public propertyLogX
Sets logarithmic scale to X axis
Public propertyLogY
Sets logarithmic scale to Y axis
Public propertyStatic memberMeasurementsAddin
Public propertyCode exampleScaleY
Sets the multiplier for vertical scale
Public propertyShowOverlay
Shows/hides color threshold overlay on the active image
Public propertyStatic memberThisAddin
Public propertyThresholdEnd
Gets/sets end threshold value of threshold tool
Public propertyThresholds
Returns array of thresholds
Public propertyThresholdStart
Gets/sets start threshold value of threshold tool
Public propertyThresholdType
Sets/gets Threshold Type as mcThresholdType
Top
Methods
Events
Remarks
User interface for adjusting threshold on an image
See Also