Adds a new point to the end of each point set. NumPoints will be increased by one.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.0.0.0
Syntax
Parameters
- uncalibratedX
- Type: System Double
The x-axis coordinate value for the uncalibrated point.
- uncalibratedY
- Type: System Double
The y-axis coordinate value for the uncalibrated point.
- rawCalibratedX
- Type: System Double
The x-axis coordinate value for the raw calibrated point.
- rawCalibratedY
- Type: System Double
The y-axis coordinate value for the raw calibrated point.
Events
| 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: |
Remarks
Adds a new point with the specified coordinates to the end of each point set and increases NumPoints by one.
Note: AddPointPair(Double, Double, Double, Double) does not affect any of the existing points in the point sets.
See Also