CogPixelMap ResetQuantized Method Cognex VisionPro 9.10
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.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 79.0.0.0
Syntax

public void ResetQuantized(
	int numBins
)

Parameters

numBins
Type: System Int32
The number of steps on the stairway function.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If numBins is less than 2 or greater than maxOutGrey / 2
See Also