Base |
public class CalibrationDataSetClass
The BasePluginCameraCalibrationDataSetClass type exposes the following members.
Name | Description | |
---|---|---|
![]() | BasePluginCameraCalibrationDataSetClass | Initializes a new instance of the BasePluginCameraCalibrationDataSetClass class |
Name | Description | |
---|---|---|
![]() | Count | The number of elements in the internal dictionary of calibration data. |
![]() | FieldHeightWorldFrom1stCalib | The height of the area (camera image) in the scan field the camera looks on in micrometers as measured during calibration using the full camera resolution. The height is different when using different focus levels. This is the one measured during the first calibration (the upper or lower level, whichever is done first) and used for calculating the tile positions of the rectifying calibration job. Since these are the reference for further job creations and for calculating the rectifying data it must be fixed. |
![]() | FieldWidthWorldFrom1stCalib | The width of the area (camera image) in the scan field the camera looks on in micrometers as measured during calibration using the full camera resolution. The width is different when using different focus levels. This is the one measured during the first calibration (the upper or lower level, whichever is done first) and used for calculating the tile positions of the rectifying calibration job. Since these are the reference for further job creations and for calculating the rectifying data it must be fixed. |
![]() | IsCubicInterpolation | Flag to indicate if quadratic or cubic interpolation has been used during calibration; i. e. if 9 or 16 calibration tiles has been used and will be used again while rectifying the workspace's background image. |
![]() | LowerRightCornerWorld | When calibrating the wave length correction: The lower right corner of the calibrating rectangle where it should be in world coordinates in micrometers. |
![]() | TopCalibrationData | Returns the top most calibration data of the set, i. e. the one with highest focus level. |
![]() | UpperLeftCornerWorld | When calibrating the wave length correction: The upper left corner of the calibrating rectangle where it should be in world coordinates in micrometers. |
Name | Description | |
---|---|---|
![]() | Add | Adds a new calibration data set to the internal list of calibrations. |
![]() | ChangeFocusLevel | Changes the key of the entry with the old focus level by the new one. |
![]() | CloneDeep | Performs a deep clone of a CalibrationDataSetClass object. |
![]() | Contains | Checks if a calibration data set is available already with the given focus level. |
![]() | GetBottomFocusLevel | |
![]() | GetCalibrationData | Retrieves the calibration data stored with the given focus level. |
![]() | GetFocusLevels | Returns a list of all focus levels stored in the calibration data dictionary. The list is sorted, the biggest level is the first one. |
![]() | GetTopFocusLevel | |
![]() | Remove | Removes the calibration data at the given focus level from the set of calibration data. |
![]() | Replace | Replaces the calibration data currently used for the given focus level by the given one. |
![]() | ResetRectificationData | Resets all rectification data points to their default values, i. e. rectification is switched off. |