Click or drag to resize

BasePluginCameraCalcInterpolatedCenterOffsetCorrection Method

During camera calibration we create a set of RectificationData objects (8 or 16, dependent on quadratic or cubic interpolation) at some positions in the scan field. For other positions we need interpolated ones.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public dvec2 CalcInterpolatedCenterOffsetCorrection(
	dvec2 pointWorld
)

Parameters

pointWorld  dvec2
The point in the scan field we want an interpolated RectificationData object for.

Return Value

dvec2
The interpolated RectificationData object
See Also