Cog3DRobustPoseEstimationParametersSimple ClassCognex VisionPro
This class defines the simple robust pose estimation parameters that controls the behavior of robust 3D pose estimation.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class Cog3DRobustPoseEstimationParametersSimple : CogSerializableObjectBase, 
	IDisposable

The Cog3DRobustPoseEstimationParametersSimple type exposes the following members.

Constructors

  NameDescription
Public methodCog3DRobustPoseEstimationParametersSimple 
Default constructor. Default values are:
  • ResidualsPhys3DMaxThreshold is HUGE_VAL
  • ResidualsPhys3DRmsThreshold is HUGE_VAL
  • MinNumOfFeaturesModel3D is 3.
  • MinNumOfFeaturesModel3DFromAtLeast2Cameras is 0.
Public methodCog3DRobustPoseEstimationParametersSimple(Cog3DRobustPoseEstimationParametersSimple)
Protected methodCog3DRobustPoseEstimationParametersSimple(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 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 methodStatic memberRealEqual
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyMinNumOfFeaturesModel3D
Gets/sets the minimum number of 3D model features to be used for the pose estimation.
Public propertyMinNumOfFeaturesModel3DFromAtLeast2Cameras
Gets/sets the minimum number of 3D model features from at least 2 cameras to be used for the pose estimation.
Public propertyResidualsPhys3DMaxThreshold
Gets/sets a threshold used to specify the desired quality of the pose estimation. The threshold specifies the maximum allowed distance between the rays of any 2D feature and its corresponding mapped 3D model feature. If the threshold is exceeded on one crsp2D3D, then that crsp2D3D is considered an outlier. Default value is HUGE_VAL.
Public propertyResidualsPhys3DRmsThreshold
Gets/sets a threshold used to specify the desired quality of the pose estimation. The threshold specifies the maximum allowed RMS value of the distances between the rays of 2D features and their corresponding mapped 3D model feature. If the threshold is exceeded, then the crsp2D3Ds having the largest impact on the RMS residuals are considered outliers. Default value is HUGE_VAL.
Top
See Also