Cog3DHandEyeCalibrator ClassCognex VisionPro 9.8
This class encapsulates hand-eye calibration. Hand-eye calibration establishes the mapping between the camera(s) and the robot end effector. The IsCameraMoving property when true, specifies the cameras are mounted on the robot end effector; when false, specifies the cameras are stationary.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro3D Cog3DHandEyeCalibrator

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax

[SerializableAttribute]
public class Cog3DHandEyeCalibrator : CogSerializableObjectBase, 
	IDisposable

The Cog3DHandEyeCalibrator type exposes the following members.

Constructors

  NameDescription
Public methodCog3DHandEyeCalibrator 
Construct this default Cog3DHandEyeCalibrator. Note that IsCameraMoving is true, PlateRectangleForResidualComputing is null, NumPlateSamplesX is 0, and NumPlateSamplesY is 0.
Public methodCog3DHandEyeCalibrator(Cog3DHandEyeCalibrator)
Protected methodCog3DHandEyeCalibrator(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.)
Public methodExecute(List List Cog3DTransformRigid  , List Cog3DTransformRigid )
Compute the hand-eye calibration(s) based on extrinsic camera transforms and robot poses.
Public methodExecute(List Rectangle , List Cog3DCameraCalibrationIntrinsics , List List Cog3DCrspFeaturesCollection  , List Cog3DTransformRigid )
Compute the hand-eye calibration(s) using previously extracted calibration plate features and previously computed camera intrinsic parameters.
Public methodExecute(List Rectangle , List Cog3DCameraCalibrationIntrinsics , List List Cog3DTransformRigid  , List Cog3DTransformRigid )
Compute the hand-eye calibration(s) based on camera intrinsic parameters, extrinsic camera transforms, and robot poses.
Public methodExecute(List Cog3DCameraCalibrationIntrinsics , List List ICogImage  , ICog3DCalibrationFeatureExtractor, List Cog3DTransformRigid )
Compute the hand-eye calibration(s) using the specified calibration plate images acquired from different cameras and at different robot hand poses.
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 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.)
Protected methodOnHandEyeCalibrationProgress
Method to support hand-eye calibration progress event.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyIsCameraMoving
Gets/sets whether the calibrator should perform calibration for moving or stationary camera(s)
Public propertyNumPlateSamplesX
Gets/sets the number of residual error sampling points in the X-direction of PlateRectangleForResidualComputing. If this value is less than 1, no residual error will be computed.
Public propertyNumPlateSamplesY
Gets/sets the number of residual error sampling points in the Y-direction of PlateRectangleForResidualComputing. If this value is less than 1, no residual error will be computed.
Public propertyPlateRectangleForResidualComputing
Gets/Sets the sampling rectangle for residual error computation. The rectangle is specified in 2D calibration plate space (the units are those in which the calibration plate grid pitch is specified, and the origin is defined by the fiducial marks on the calibration plate). If the width or height of the rectangle is 0, no residual statistics will be computed.
Top
Events

  NameDescription
Public eventHandEyeCalibrationProgress
Hand-eye calibration progress event.
Top
See Also