Click or drag to resize

IMcIntensityCalib Interface

*** interface IMcIntensityCalib

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcIntensityCalib

The IMcIntensityCalib type exposes the following members.

Properties
  NameDescription
Public propertyChangeCount
A count of changes to image properties.
Public propertyFittingMode
Get the method used to fit the calibration response LUT to the sampling points (mcitFreeForm mode only)
Public propertyFlags
Gets or sets the intensity calibration status flags.
Public propertyInputMax
Get the upper bound of the calibration mapping.
Public propertyInputMin
Get the lower bound of the calibration mapping.
Public propertyIsInUse
This property indicates whether the calibration is in use on an open image.
Public propertyLut
Get the calibration response LUT
Public propertyLutCount
Get the number of entries in the calibration LUT
Public propertyLutMax
Get the maximum calibrated value found in the calibration response LUT.
Public propertyLutMin
Get the minimum calibrated value found in the calibration response LUT.
Public propertyLutMonotonic
Get the Monotinic flag
Public propertyLutPositive
Get the Positive LUT flag
Public propertyModified
This property indicates whether the calibration has been modified and should be saved.
Public propertyName
Get the calibration name.
Public propertyODBlackLevel
Get the Black Level used to calculate an optical density (mcitOD) calibration.
Public propertyODIncidentLevel
Get the incident level used to calculate an optical density calibration (mcidOD)
Public propertySamplePointsCount
Get the number of sample calibration points used to define a mcitFreeForm calibration
Public propertyType
Get the type of intensity calibration used.
Public propertyUnitAbbrev
Gets or sets the abbreviation for the intensity calibration unit.
Public propertyUnitName
The calibration unit name.
Top
Methods
  NameDescription
Public methodCalibrateValues
Calibrates an array luminance values, filling an array of Double calibrated results
Public methodGetSamplePoints
Get an array of sampling points used to calculate the calibration LUT.
Public methodIsEquivalent
Return whether the supplied calibration is equivalent to this calibration.
Public methodSetSamplePoints
Set the sampling points.
Top
See Also