CogAcqFieldCalibration ClassCognex VisionPro 9.22
Inheritance Hierarchy

System Object
  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: 87.0.0.0
Syntax

[SerializableAttribute]
public class CogAcqFieldCalibration : CogSerializableObjectBase, 
	ICogAcqFieldCalibration, IDeserializationCallback, IDisposable

The CogAcqFieldCalibration type exposes the following members.

Constructors

  NameDescription
Public methodCogAcqFieldCalibration(IntPtr)
Protected methodCogAcqFieldCalibration(SerializationInfo, StreamingContext)
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodSetFieldCalibrationSpaceName2D
Set the name of a 2D coordinate space.
Public methodSetFieldCalibrationSpaceName3D
Set the name of a 3D coordinate space.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
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