CalibrationData Properties |
The BasePluginCamera.CalibrationData type exposes the following members.
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
See Also