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
SyntaxPublic Enumeration mcThresholdInterpretation
Members
| Member name | Value | Description |
---|
| mctiAnyInterp | 0 | current interpretation |
| mctiMonochrome | 1 | only one channel, intensity channel
8 bits per pixel, pseudo-colored
multichannel, when needed, pixel luminance is averaged across the channels |
| mctiRGB | 4 | normal color model, 3 channels arranged as "RGBRGBRGB..."
Similar to RGB, except the channels are reversed for DIBs as "BGRBGRBGR..." |
| mctiHSL | 6 | Three channels, Hue, Saturation, and Luminance |
| mctiHSI | 7 | Three 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 |
RemarksIf 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