Cog3DCameraCalibrator MethodsCognex VisionPro 9.5

The Cog3DCameraCalibrator type exposes the following members.

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 Rectangle , List List Cog3DCrspFeaturesCollection  , Cog3DScalarCollection, List Cog3DCalibrationPlatePoseTypeConstants )
Overload for computing the 3D camera calibration from the given feature correspondences, and z height information of the calibration plate poses.
Public methodExecute(List Rectangle , List List Cog3DCrspFeaturesCollection  , List Cog3DTransformRigid , List Cog3DCalibrationPlatePoseTypeConstants )
Overload for computing the 3D camera calibration from the given feature correspondences, and calibration plate poses.
Public methodExecute(List List ICogImage  , ICog3DCalibrationFeatureExtractor, Cog3DScalarCollection, List Cog3DCalibrationPlatePoseTypeConstants )
Compute the 3D camera calibration from the given images and z height information of the calibration plate poses.
Public methodExecute(List List ICogImage  , ICog3DCalibrationFeatureExtractor, List Cog3DTransformRigid , List Cog3DCalibrationPlatePoseTypeConstants )
Overload method of Computing the 3D camera calibration from the given images and calibration plate poses.
Public methodExecute(List Rectangle , List List Cog3DCrspFeaturesCollection  , List Cog3DCameraCalibrationIntrinsics , Cog3DScalarCollection, List Cog3DCalibrationPlatePoseTypeConstants )
Overload for computing the 3D camera calibration from the given feature correspondences and camera intrinsic parameters, and z height information of the calibration plate poses. Note that DistortionModel inside this Cog3DCameraCalibrator will be ignored, and the ones inside raw2DFromCamera2Ds will be used instead.
Public methodExecute(List Rectangle , List List Cog3DCrspFeaturesCollection  , List Cog3DCameraCalibrationIntrinsics , List Cog3DTransformRigid , List Cog3DCalibrationPlatePoseTypeConstants )
Overload for computing the 3D camera calibration from the given feature correspondences, camera intrinsic parameters, and calibration plate poses. Note that DistortionModel inside this Cog3DCameraCalibrator will be ignored, and the ones inside raw2DFromCamera2Ds will be used instead.
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 methodOnCameraCalibrationProgress
Method to support calibration progress event.
Public methodToString (Overrides Object ToString .)
Top
See Also