Cog3DPartCorresponderUsing2DPoses ClassCognex VisionPro 9.10
This class solves the correspondence problem that occurs when multiple cameras are viewing a scene containing multiple instances of a part, and returns the correct image pattern correspondences for each 3D part instance. 2D poses of the 2D part models for the part are used in computing the part correspondences.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class Cog3DPartCorresponderUsing2DPoses : CogSerializableObjectBase, 
	IDisposable

The Cog3DPartCorresponderUsing2DPoses type exposes the following members.

Constructors

  NameDescription
Public methodCog3DPartCorresponderUsing2DPoses(Cog3DPartCorresponderUsing2DPoses)
Protected methodCog3DPartCorresponderUsing2DPoses(SerializationInfo, StreamingContext)
Public methodCog3DPartCorresponderUsing2DPoses(List Cog3DCameraCalibration , List Object , Cog3DTransformRigid, List CogTransform2DLinear )
Construct this Cog3DPartCorresponderUsing2DPoses. Upon construction, the corresponder will be trained using the provided data. Therefore, a part must be located, e.g. in a training position. This training position can be e.g. the position where its model features have been created. The data needed to configure the corresponder is:
  • The camera calibrations used to locate the part.
  • The 3D model features.
  • The 2D poses of the located part in the camera images.
  • The 3D pose of the part.
Top
Methods

  NameDescription
Public methodConvertToResults
Method to convert a Dictionary List (each Dictionary corresponds to one 3D part instance) to a list of Cog3DPartCorresponderUsingCrsp2D3DsResult.
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
Method to run the corresponder based on the 2D part poses for each part instance in each camera.
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.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnifyCrsp2D3D
Method to create unified crsp2D3Ds based on the original (non-unified) crsp2D3Ds and the part correspondences.
Top
See Also