The number of points in each point set. This is the number of raw calibrated points, and also the number of uncalibrated points.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.0.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogCalibNPointToNPoint Changed | Fires if a transform is not computed. The following state flags may be affected: |
| CogCalibNPointToNPoint Changed | Fires if results must be uncomputed. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is less than 0. |
Remarks
The number of points in each point set. This is the number of raw calibrated points and also the number of uncalibrated points.
If you increase the number of points, the extra points are added to the end of the existing point sets and initialized to (0, 0). If you decrease the number of points, the points are removed from the end of each point set.
Default Value: 0
See Also