Click or drag to resize
CudaInvokeGammaCorrection Method
http://www.emgu.com
Routines for correcting image color gamma

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static void GammaCorrection(
	IInputArray src,
	IOutputArray dst,
	bool forward = true,
	Stream stream = null
)

Parameters

src
Type: Emgu.CVIInputArray
Source image (3- or 4-channel 8 bit).
dst
Type: Emgu.CVIOutputArray
Destination image.
forward (Optional)
Type: SystemBoolean
True for forward gamma correction or false for inverse gamma correction.
stream (Optional)
Type: Emgu.CV.CudaStream
Stream for the asynchronous version.
See Also