Cog3DCameraCalibrationResult FeatureCoverageOfCameraPlate Property Cognex VisionPro 9.7
Gets the proportion of a particular camera's field of view which was covered by the convex hull of the feature correspondences found in the particular calibration plate pose.

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

public double this[
	int platePoseIndex,
	int cameraIndex
] { get; }

Parameters

platePoseIndex
Type: System Int32
The zero-based index of the calibration plate pose.
cameraIndex
Type: System Int32
The zero-based index of the camera.

Property Value

Type: Double
The proportion of the specified camera's field of view which was covered by the convex hull of the feature correspondences found in the specified calibration plate pose.
See Also