Click or drag to resize

CudaLookUpTable Constructor

http://www.emgu.com
Create the look up table

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

Parameters

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