Cog3DCameraCalibration ClassCognex VisionPro
This class holds intrinsic and extrinsic camera calibration parameters for one camera.

Note that in camera calibration, Phys3D is the coordinate space defined by the calibration plate pose with pose type of Cog3DCalibrationPlatePoseTypeConstants.PoseDefineWorldCoord.

Note that this class is immutable - it may not be changed once it has been constructed.

Inheritance Hierarchy

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

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

[SerializableAttribute]
public class Cog3DCameraCalibration : CogSerializableObjectBase, 
	IDisposable

The Cog3DCameraCalibration type exposes the following members.

Constructors

  NameDescription
Public methodCog3DCameraCalibration(Cog3DCameraCalibration)
Construct this object by making a deep copy of the supplied object.
Protected methodCog3DCameraCalibration(SerializationInfo, StreamingContext)
Serialization constructor.
Public methodCog3DCameraCalibration(Cog3DCameraCalibrationIntrinsics, Cog3DTransformRigid, Rectangle)
Construct this Cog3DCameraCalibration using the specified camera intrinsics, Camera3DFromPhys3D pose, and the specified calibration region of interest.
Top
Methods

  NameDescription
Public methodCloneComposeWithPhys3DFromAny3D

Create a new camera calibration by composing the current Camera3DFromPhys3D transform with the specified Phys3DFromAny3D transform. The value of camera3DFromPhys3D in the new camera calibration object becomes

Camera3DFromPhys3D * phys3DFromAny3D

Public methodCloneWithNewCamera3DFromPhys3D
Create a new camera calibration by using the specified Camera3DFromPhys3D transform.
Public methodComputeRayPhys3DFromPointRaw2D
Compute a 3D ray through the camera origin from the given 2D image position.
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 
Dispose this object.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExportToCVLArchive
Convert this camera calibration to a cc3DCameraCalib and export to a CVL archive file.
Protected methodFinalize
Finalize this object.
(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
Serializer for this object.
(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 methodStatic memberImportFromCVLArchive
Import a cc3DCameraCalib from a CVL archive file.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodMapPointFromPhys3DToRaw2D
Project a 3D point from Phys3D to Raw2D.
Public methodMapPointFromRaw2DToPhys3D
Map a 2D point from Raw2D to a 3D point in Phys3D. The 3D physical point is computed by intersecting the ray corresponding to a 2D raw image point with the given plane in Phys3D.
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
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.
Public methodToString
Override of ToString method to get a string for describing this object.
(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberMultiply
Operator for mapping a 3D physical position to a Raw2D image position using the specified camera calibration.
Top
Properties

  NameDescription
Public propertyCalibRoiRaw2D
Gets the region of interest (the field of view) of the raw acquired image (the field of view of the camera).
Public propertyCamera3DFromPhys3D
Get the camera extrinsics from this camera calibration.
Public propertyIsTelecentric
Gets whether this camera calibration's distortion model is Cog3DCameraCalibrationDistortionModelConstants::eTelecentric.
Public propertyPhys3DFromCamera3D
Get the inverse of the camera extrinsics from this camera calibration.
Public propertyRaw2DFromCamera2D
Gets the camera intrinsic parameters from this camera calibration.
Top
See Also