Transforms 8-bit unsigned integers using lookup table: dst(i)=lut(src(i)).
Destination array will have the depth type as lut and the same channels number as source.
Supports CV_8UC1, CV_8UC3 types.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |