Gets the number of correspondences found for
a particular calibration plate pose and a particular camera.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
public int this[
int platePoseIndex,
int cameraIndex
] { get; }public int this[
int platePoseIndex,
int cameraIndex
] { get; }Public ReadOnly Property NumCorrespondences (
platePoseIndex As Integer,
cameraIndex As Integer
) As Integer
Get
Public ReadOnly Property NumCorrespondences (
platePoseIndex As Integer,
cameraIndex As Integer
) As Integer
Get
public:
property int NumCorrespondences[int platePoseIndex, int cameraIndex] {
int get (int platePoseIndex, int cameraIndex);
}public:
property int NumCorrespondences[int platePoseIndex, int cameraIndex] {
int get (int platePoseIndex, int cameraIndex);
}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.