Click or drag to resize

BasePluginCameraRectificationDataCalcDeviationAve Method

Calculates the average deviation of all measured points compared to the expected positions. (The middle point is excluded now because it does not contribute to the distortion.)

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public double CalcDeviationAve()

Return Value

Double
The average deviation of all four points.
See Also