Click or drag to resize
CudaLookUpTable Constructor
http://www.emgu.com
Create the look up table

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaLookUpTable(
	IInputArray lookUpTable
)

Parameters

lookUpTable
Type: Emgu.CVIInputArray
It should be either 1 or 3 channel matrix of 1x256
See Also