Click or drag to resize

IMcSpatialCalibGetDerivationInfo Method

Return the derivation values of a derived calibration.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetDerivationInfo ( 
	<OutAttribute> ByRef pParentName As String,
	<OutAttribute> ByRef pXFactor As Double,
	<OutAttribute> ByRef pYFactor As Double,
	<OutAttribute> ByRef pMagModifier As Double
)

Parameters

pParentName
Type: SystemString
pXFactor
Type: SystemDouble
pYFactor
Type: SystemDouble
pMagModifier
Type: SystemDouble
Remarks
A calibration can be derived from another calibration (typically the system calibration or a reference calibration) to account for changes in effective magnification due to camera Factor (where a block of pixels are combined to create one higher intensity pixel) and magnification modifiers (such as switchable magnifiers in the optical path). This function returns the information about this calibration's derivation from the original calibration.
See Also