Click or drag to resize
CudaLookUpTableTransform Method
http://www.emgu.com
Transform the image using the lookup table

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Transform(
	IInputArray image,
	IOutputArray dst,
	Stream stream = null
)

Parameters

image
Type: Emgu.CVIInputArray
The image to be transformed
dst
Type: Emgu.CVIOutputArray
The transformation result
stream (Optional)
Type: Emgu.CV.CudaStream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).
See Also