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

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