Click or drag to resize

IMcThresholdInterpretation Property

An optional pixel interpretation cast to be applied before thresholding.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Property Interpretation As mcThresholdInterpretation
	Get
	Set

Return Value

Type: mcThresholdInterpretation
VARIANT_BOOL
Remarks
If the Interpretation property is assigned mctiAnyInterp, then the native image type and number of channels is used. If the Interpretation property is the default mctiMonochrome, then an intensity thresholding is done by casting each pixel to a single intensity channel. In this case, the IntensityRange property is only one DOUBLERANGE value. Only a single IntensityRange value need be supplied (AutoFindPhase mcfpManual) or is automatically detected. The other allowed Interpretation values are mctiRGB, mctiHSL and mctiHSI corresponding to the three color channels Red-Green-Blue, Hue-Saturation-Lumiance and Hue-Saturation-Intensity, respectively. In this case, the IntensityRange property is an array of 3 DOUBLERANGE values.
See Also