Click or drag to resize

IMcThreshold Interface

An interface implemented by McThreshold.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcThreshold

The IMcThreshold type exposes the following members.

Properties
  NameDescription
Public propertyAutoFindPhase
Specifies the intensity range "phase" to automatically find to set the IntensityRange property.
Public propertyChangeCount
A count of changes to McThreshold properties and dependencies
Public propertyCode exampleChannelMask
A bitmask allowing only a subset of all channels to be used for the thresholding during the Execute operation.
Public propertyIntensityRange
Property reflecting and setting the current intensity limits that will be used for thresholding.
Public propertyInterpretation
An optional pixel interpretation cast to be applied before thresholding.
Public propertySmoothing
Sets and reflects the degree of smoothing that is applied to the thresholded region boundaries.
Top
Methods
  NameDescription
Public methodCode exampleExecute
Performs the thresholding operation to set the foreground features in the parent McFeatures or McBitMask object.
Public methodFindIntensityRange
Sets the IntensityRange property for a specified phase.
Top
See Also