Click or drag to resize

IMcSpatial2DCalibSetPointMapping Method

Set polynomial by a set of corresponding points pairs

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetPointMapping ( 
	Axis As mcSpatial2DAxis,
	NumPoints As Integer,
	Points As Object
)

Parameters

Axis
Type: MediaCy.IQL.Calibrations.NonLinearmcSpatial2DAxis
NumPoints
Type: SystemInt32
Points
Type: SystemObject
Remarks
Use Gaussian Elimination algorithm to calculate polynmial from points pairs Points should be a float or double array. An error will be returned if points number <= 1 or there is an error for Points array type or size; An error will be returned if Gaussian Elimination algorithm fail. That means a polynomial can not be calculated by using provided points pairs.
See Also