Click or drag to resize

IMcHistogramMaxThresholdPhases Property

The maximum number of threshold Phases supported by a given thresholding method.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property MaxThresholdPhases ( 
	Optional Method As mcHistThresholdsMethod = mcHistThresholdsMethod.mchmCurrentMethod
) As Integer
	Get

Parameters

Method (Optional)
Type: MediaCy.IQL.OperationsmcHistThresholdsMethod

Property Value

Type: Int32
Remarks
Each thresholding Method (set via a call to the SetThresholdParameters) can support a maximum number of "Phases". A Phase is a segment of the luminance range to be thresholded. All Methods support at least two Phases (dark and bright); several support three (dark, middling and bright), and some support many Phases.
See Also