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

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

public double this[
	int cameraIndex
] { get; }

Parameters

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 all calibration plate poses.
See Also