Performs look-up table transform of array
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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: OpenCvSharpCvArr
Look-up table of 256 elements; should have the same depth as the destination array. In case of multi-channel source and destination arrays, the table should either have a single-channel (in this case the same table is used for all channels), or the same number of channels as the source/destination array.
See Also