Click or drag to resize

IMcSpatial2DCalibSetPolynomialMapping Method

Set polynomial mapping of designated axis

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetPolynomialMapping ( 
	Axis As mcSpatial2DAxis,
	Degree As Integer,
	Coefficients As Object
)

Parameters

Axis
Type: MediaCy.IQL.Calibrations.NonLinearmcSpatial2DAxis
Degree
Type: SystemInt32
Coefficients
Type: SystemObject
Remarks
x' = a0 + a1*x + a2*x^2 + a3*x^3 + .... + an*x^n Degree is n; a0,a1,a2,...,an are coefficients. There is no limit for the Degree. Coefficients should be a float or double array. An error will be returned if Degree < 0 or if there is an error for Coefficients array type or size;
See Also