Click or drag to resize
CudaInvokeMeanStdDev Method
http://www.emgu.com
Computes mean value and standard deviation

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 MeanStdDev(
	IInputArray mtx,
	ref MCvScalar mean,
	ref MCvScalar stddev
)

Parameters

mtx
Type: Emgu.CVIInputArray
The GpuMat. Supports only CV_8UC1 type
mean
Type: Emgu.CV.StructureMCvScalar
The mean value
stddev
Type: Emgu.CV.StructureMCvScalar
The standard deviation
See Also