Setup a range in the the internal 8 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.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 83.0.0.0
Syntax
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