Click or drag to resize

CudaInvokeCalcHist Method

http://www.emgu.com
Calculates histogram for one channel 8-bit image.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void CalcHist(
	IInputArray src,
	IOutputArray hist,
	Stream stream = null
)

Parameters

src
Type: Emgu.CVIInputArray
Source image with CV_8UC1 type.
hist
Type: Emgu.CVIOutputArray
Destination histogram with one row, 256 columns, and the CV_32SC1 type.
stream (Optional)
Type: Emgu.CV.CudaStream
tream for the asynchronous version.
See Also