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: 4.1.0.3408 (4.1.0.3408)
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