Initializes the reference points to reflect a linear full range mapping of the
input grey value range to the output grey value range. Creates a number of
equally spaced reference points.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 75.0.0.0
Syntax
Parameters
- numPts
- Type: System Int32
The number of reference points to create.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when the number of reference points changes. |
| Cognex.VisionPro ICogChangedEvent | Fires when any reference point value changes . |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If numPts is less than 2 or greater than maxOutGrey / 2 |
See Also