Click or drag to resize

CudaClaheApply Method

http://www.emgu.com
Equalizes the histogram of a grayscale image using Contrast Limited Adaptive Histogram Equalization.

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

Parameters

source
Type: Emgu.CVIInputArray
Source image
dst
Type: Emgu.CVIOutputArray
Destination image
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