Click or drag to resize

McIntensityCalib Interface

McIntensityCalib associates user-defined values with the pixel intensities in an image.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McIntensityCalib
	Inherits IMcIntensityCalib
Remarks
McIntensityCalib defines a calibration for the intensity of a pixel, allowing the intensity to be reinterpreted in user-defined units such as temperature (for thermal images) or optical density. Intensity calibration does not change the pixel intensity data, only the values reported by operations that return pixel intensity data such as McHistogram.
See Also