Click or drag to resize

IMcHistogramGetThresholdParameters Method

Gets the current thresholding parameters

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetThresholdParameters ( 
	<OutAttribute> ByRef Method As mcHistThresholdsMethod,
	<OutAttribute> ByRef NumberOfPhases As Integer,
	<OutAttribute> ByRef TrimLeftPercent As Double,
	<OutAttribute> ByRef TrimRightPercent As Double,
	<OutAttribute> ByRef MethodDependent As Double
)

Parameters

Method
Type: MediaCy.IQL.OperationsmcHistThresholdsMethod
NumberOfPhases
Type: SystemInt32
TrimLeftPercent
Type: SystemDouble
TrimRightPercent
Type: SystemDouble
MethodDependent
Type: SystemDouble
Remarks
Thresholding parameters may be set by a call to the SetThresholdParameters method.
See Also