BasePluginCameraCalibrationData Class |
This class holds all parameters which are the result of a
Click and Teach calibration process. Needed separately only for
saving to and loading from file.
In case of a z-range these properties contains the currently used
values due to an interpolation between values in
CalibrationDataSetClass.
Inheritance HierarchySystemObject
RAYLASE.Marker.CamerasPluginBasePluginCameraCalibrationData
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic class CalibrationData
The BasePluginCameraCalibrationData type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | CenterOffsetWorld |
The offset in x and y direction needed to let the camera view at
the origin when the scan head points at the origin.
|
 | FieldHeightWorld |
The height of the area in the scan field the camera looks on in
micrometers when visible light is used.
|
 | FieldWidthWorld |
The width of the area in the scan field the camera looks on in
micrometers when visible light is used.
|
 | RectificationDataSet |
The measured positions of the calibration points in the nine tiles
bottom left, bottom middle, bottom right,
middle left, middle middle, middle right,
top left, top middle, top right (in this order).
Position middle middle has always the four points (0.1, 0.1),
(0.9, 0.1), (0.1, 0.9) and (0.9, 0.9) and the middle point (0.5, 0.5);
these cannot be changed in the GUI.
|
 | StandardMeasure |
The standard distance to be used when calibrating the camera in micrometers.
|
 | WaveLengthScaleFactor |
The scale factor needed to correct the deviation between the laser
wave length and the visible light's wave length recorded by the camera.
|
Top
Methods | Name | Description |
---|
 | CloneDeep |
Creates a deep clone of the given calibration data.
|
  | CopyDeep |
Creates a deep copy of the given source in the given destination
object.
|
Top
See Also