CogCalibCheckerboard NumPoints Property Cognex VisionPro 9.8
The number of vertex points in each point set. This is the number of raw calibrated points, and also the number of uncalibrated points.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.1.0.0
Syntax

public int NumPoints { get; }

Property Value

Type: Int32
Remarks

The number of vertex points in each point set. This is the number of raw calibrated points, and also the number of uncalibrated points.

The value of this property is computed when you call Calibrate . You cannot set the number of points yourself.

Default Value: 0

See Also