Cog3DCameraCalibrationResult NumCorrespondences Property Cognex VisionPro
Gets the number of correspondences found for a particular calibration plate pose and a particular camera.

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

public int 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: Int32
The number of correspondences found for the specified calibration plate pose and the specified camera.
See Also