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
- dst
- Type: OpenCvSharpCvArr
Destination array of arbitrary depth and of the same number of channels as the source array. - lut
- Type: SystemDouble
Look-up table of 256 elements; should have the same depth as the destination array.
See Also