CvArrLUT Method (CvArr, Int32) OpenCvSharp Class Library
Performs look-up table transform of array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void LUT(
	CvArr dst,
	int[] lut
)

Parameters

dst
Type: OpenCvSharpCvArr
Destination array of arbitrary depth and of the same number of channels as the source array.
lut
Type: SystemInt32
Look-up table of 256 elements; should have the same depth as the destination array.
See Also

Reference