CogPixelMap ResetLinear Method (Int32)Cognex VisionPro 9.7
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.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 73.0.0.0
Syntax

public void ResetLinear(
	int numPts
)

Parameters

numPts
Type: System Int32
The number of reference points to create.
Events

Exceptions

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