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
RemarksUse 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