This class contains static methods that perform various operations for
telecentric cameras.
Telecentric cameras are cameras with telecentric lenses.
Note that this class is comprised of static methods.
Inheritance Hierarchy
Cognex.VisionPro3D Cog3DTelecentricCamerasOperations
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
The Cog3DTelecentricCamerasOperations type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeAffineTransformsAmongTelecentricCameras | Computes the affine transforms between images from telecentric cameras. Telecentric cameras are cameras with telecentric lenses. Specifically, this method computes the affine transforms from the image of the camera specified as the base camera via baseCameraIndex to the images of all the other cameras specified in raw2DFromPhys3Ds. The affine transforms are computed using the cameras' calibration information (raw2DFromPhys3Ds), and a 3D plane in Phys3D (planarFeaturePhys3D). The specified 3D plane should be the 3D plane coincident with the planar part or a planar feature on the part. This method assumes that all the telcentric cameras are viewing the same planar part or the same planar feature on the part. |
See Also