The CogAcqFieldCalibration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AcqFifoSensorIndex | The index of this fifo's sensor in the field calibration file, or -1 if the sensor was not found. | |
| FieldCalibrationFile | Gets or sets the path to the file containing the field calibration data. | |
| FieldCalibrationFileSuccess | Gets the status of the field calibration file | |
| FieldCalibrationSensorCount | Gets the number of sensors in the field calibration file. | |
| FieldCalibrationSpace3D | Gets or sets the space to render the range image pixels in. The default value is Sensor3D. | |
| FieldCalibrationSpace3DSensorIndex | Gets or sets which sensor's coordinate space is used when generating the range image. The default value is 0. | |
| FieldCalibrationXScale | Gets or sets the range image pixel size in the X direction used when field calibration is in effect. | |
| FieldCalibrationYScale | Gets or sets the range image pixel size in the Y direction used when field calibration is in effect. | |
| FieldCalibrationZScale | Gets or sets the scaling from pixel values to mm used when field calibration is in effect. | |
| RemoveSkewFromRangeImage | Enables or disables use of field calibration data to remove skew from range images. | |
| UseDefaultScales | Gets or sets whether default scaling values or user specified values are used for defining the pixel size of range images. The default value is true. | |
| UseFieldCalibration | Enables or disables use of field calibration data when acquiring images. |
See Also