Initializes the reference points to reflect a quantized full range mapping of the
input grey value range to the output grey value range. Creates a stairway function
with the specified number of steps.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 83.0.0.0
Syntax
Parameters
- numBins
- Type: System Int32
The number of steps on the stairway function.
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 numBins is less than 2 or greater than maxOutGrey / 2 |
See Also