Click or drag to resize

BasePluginCameraCalibrationDataSetClassRemove Method

Removes the calibration data at the given focus level from the set of calibration data.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public void Remove(
	int focusLevel
)

Parameters

focusLevel  Int32
The focus level to identify the calibration data to remove.
See Also