Click or drag to resize

IMcSpatial2DCalib Interface

Interface IMcSpatial2DCalib

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

The IMcSpatial2DCalib type exposes the following members.

Properties
  NameDescription
Public propertyChangeCount
Get changed count of properties
Public propertyConversionFactorX
Get or Put X axis conversion factor
Public propertyConversionFactorY
Get or Put Y axis conversion factor
Public propertyFlags
Get or Put current calibration flag
Public propertyIsInUse
Get if current calibration is used by an image
Public propertyModified
Get if calibration has been modified
Public propertyName
Get or Put name of calibration
Public propertyPixelSizeX
Get or Put X axis pixel size
Public propertyPixelSizeY
Get or Put Y axis pixel size
Public propertyPolynomialDegreeX
Get X axis polynomial degree
Public propertyPolynomialDegreeY
Get Y axis polynomial degree
Public propertyReferenceWaveLengthX
Get or put reference WaveLength of X axis
Public propertyReferenceWaveLengthY
Get or put reference WaveLength of Y axis
Public propertyReferenceWaveNumberX
Get or put reference WaveNumber of X axis
Public propertyReferenceWaveNumberY
Get or put reference WaveNumber of Y axis
Public propertyTypeX
Get calibration type of X axis
Public propertyTypeY
Get calibration type of Y axis
Public propertyUnitAbbrevX
Get or Put X axis unit abbreviation
Public propertyUnitAbbrevY
Get or Put Y axis unit abbreviation
Public propertyUnitNameX
Get or Put X axis unit name
Public propertyUnitNameY
Get or Put Y axis unit name
Public propertyUnitX
Get or Put X axis unit
Public propertyUnitY
Get or Put Y axis unit
Top
Methods
  NameDescription
Public methodCalibratePoints
Calculate calibrated point from pixel based point by designated axis' calibration
Public methodClear
Clear all original settings for the calibration
Public methodConvertToUnit
Convert calibration from current unit to a new one
Public methodConvertValueBetweenUnits
Convert a value from one unit to another unit
Public methodConvertValueToUnit
Convert a value from current unit to new one
Public methodGetLookupTable
Get lookup table for designated axis
Public methodGetPolynomialMapping
Get polynomial of designated axis
Public methodIsEquivalent
Decide if current calibration is equal to a designated one
Public methodSetLookupTable
Set lookup table for designated axis
Public methodSetPointMapping
Set polynomial by a set of corresponding points pairs
Public methodSetPolynomialMapping
Set polynomial mapping of designated axis
Public methodUnCalibratePoints
Calculate pixel based point from calibrated point
Top
See Also