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.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic dvec2 CalcInterpolatedCenterOffsetCorrection(
dvec2 pointWorld
)
Parameters
- pointWorld dvec2
- The point in the scan field we want an
interpolated RectificationData object for.
Return Value
dvec2The interpolated RectificationData object
See Also