Click or drag to resize

BasePluginCameraCreateAllowedRanges Method

When doing the rectification calibration the expected crosses are at the position ratios (0.1; 0.1), (0.9; 0.1), (0.5; 0.5), (0.1, 0.9) and (0.9; 0.9). To detect if a found cross is valid the deviation to these expected positions must not be too big. These allowed deviations are defined here by the value allowedRatioDelta. For example, a cross at position (0.02, 0.18) may be an accaptable result for the upper left cross.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static (double min01, double max01, double min05, double max05, double min09, double max09) CreateAllowedRanges()

Return Value

ValueTupleDouble, Double, Double, Double, Double, Double
A duple of six min/max values defining the allowed ranges for each cross position.
See Also