Click or drag to resize

IMcLineProfilesCalibratedIntensity Property

A read-write property specifying whether the ProfileValues are intensity calibrated or not.

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

Property Value

Type: Boolean
Remarks
By default, the luminances used to compute ProfileValues are intensity calibrated using IntensityCalibration property of the ancestor McImage, if it is set. Should you wish the ProfileValues to reflect raw, uncalibrated luminance values, then the CalibratedIntensity property may be set False. You probably will want to set CalibratedIntensity False if the Interpretation property is set to a non-native color interpretation (e.g., an HSI interpretation of a RGB image), since in these cases the McImage.IntensityCalibration usually makes no sense for at least some of the channels. When CalibratedIntensity is True and multiple luminance samples need to be averaged to achieve the VirtualWidth or the LengthPerSample, then intensity calibrated values are used for the average. For non-linear intensity calibrations (e.g., optical density) this produces a more accurate average. Note however, that individual luminance values along the line profile are interpolated from four pixels, and this interpolation is always done using raw luminance values.
See Also