CvLUT Method (CvArr, CvArr, Byte) 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 static void LUT(
	CvArr src,
	CvArr dst,
	byte[] lut
)

Parameters

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

Reference