CogPixelMap SetupRange16 Method Cognex VisionPro 9.21
Setup a range in the the internal 16 bit lookup-table. The mapped values between the start and the end of the range will be linearly interpolated from outMin to outMax.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 83.0.0.0
Syntax

protected void SetupRange16(
	int inMin,
	int inMax,
	int outMin,
	int outMax
)

Parameters

inMin
Type: System Int32
The start of the range to be initialized.
inMax
Type: System Int32
The end of the range to be initialized.
outMin
Type: System Int32
The mapped value at the start of the range.
outMax
Type: System Int32
The mapped value at the end of the range.
See Also