Click or drag to resize

CudaInvokeGammaCorrection Method

http://www.emgu.com
Routines for correcting image color gamma

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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