ICogAcqFieldCalibration InterfaceCognex VisionPro 9.7
Interface for displacement sensor field calibration.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public interface ICogAcqFieldCalibration

The ICogAcqFieldCalibration type exposes the following members.

Methods

  NameDescription
Public methodGetFieldCalibrationSensorId
Get the identifier provided by the user at train time for the corresponding sensor.
Public methodGetFieldCalibrationSpaceName2D
Get the name of a 2D coordinate space.
Public methodGetFieldCalibrationSpaceName3D
Get the name of a 3D coordinate space.
Public methodSetFieldCalibrationSpaceName2D
Set the name of a 2D coordinate space.
Public methodSetFieldCalibrationSpaceName3D
Set the name of a 3D coordinate space.
Top
Properties

  NameDescription
Public propertyAcqFifoSensorIndex
The index of this fifo's sensor in the field calibration file, or -1 if the sensor was not found.
Public propertyFieldCalibrationFile
Gets or sets the path to the file containing the field calibration data.
Public propertyFieldCalibrationFileSuccess
Gets the status of the field calibration file
Public propertyFieldCalibrationSensorCount
Gets the number of sensors in the field calibration file.
Public propertyFieldCalibrationSpace3D
Gets or sets the space to render the range image pixels in. The default value is Sensor3D.
Public propertyFieldCalibrationSpace3DSensorIndex
Gets or sets which sensor's coordinate space is used when generating the range image. The default value is 0.
Public propertyFieldCalibrationXScale
Gets or sets the range image pixel size in the X direction used when field calibration is in effect.
Public propertyFieldCalibrationYScale
Gets or sets the range image pixel size in the Y direction used when field calibration is in effect.
Public propertyFieldCalibrationZScale
Gets or sets the scaling from pixel values to mm used when field calibration is in effect.
Public propertyRemoveSkewFromRangeImage
Enables or disables use of field calibration data to remove skew from range images.
Public propertyUseDefaultScales
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.
Public propertyUseFieldCalibration
Enables or disables use of field calibration data when acquiring images.
Top
See Also