Click or drag to resize

mcThresholdInterpretation Enumeration

Allowed image type interpretations for the McThreshold.Interpetation property

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcThresholdInterpretation
Members
  Member nameValueDescription
mctiAnyInterp0current interpretation
mctiMonochrome1only one channel, intensity channel 8 bits per pixel, pseudo-colored multichannel, when needed, pixel luminance is averaged across the channels
mctiRGB4normal color model, 3 channels arranged as "RGBRGBRGB..." Similar to RGB, except the channels are reversed for DIBs as "BGRBGRBGR..."
mctiHSL6Three channels, Hue, Saturation, and Luminance
mctiHSI7Three channels, Hue, Saturation, and Intensity Two channels, real and imaginary arranged as "RIRIRI...", only supported with McFloat Two channels, magnitude and phase arranged as "MPMPMP...", only supported with McFloat
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. The other allowed Interpretation values perform a cast to a specific 3-color interpretation before applying the threshold.
See Also