Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.Implementation.Internal CogAcqFieldCalibration
Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
The CogAcqFieldCalibration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogAcqFieldCalibration(IntPtr) | ||
| CogAcqFieldCalibration(SerializationInfo, StreamingContext) |
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetFieldCalibrationSensorId | Get the identifier provided by the user at train time for the corresponding sensor. | |
| GetFieldCalibrationSpaceName2D | Get the name of a 2D coordinate space. | |
| GetFieldCalibrationSpaceName3D | Get the name of a 3D coordinate space. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData | (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).) | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| SetFieldCalibrationSpaceName2D | Set the name of a 2D coordinate space. | |
| SetFieldCalibrationSpaceName3D | Set the name of a 3D coordinate space. | |
| ToString | (Inherited from Object.) |
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