http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Computes mean value and standard deviation
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void MeanStdDev( IntPtr mtx, ref MCvScalar mean, ref MCvScalar stddev, IntPtr buffer ) |
Visual Basic |
---|
Public Shared Sub MeanStdDev ( _ mtx As IntPtr, _ ByRef mean As MCvScalar, _ ByRef stddev As MCvScalar, _ buffer As IntPtr _ ) |
Visual C++ |
---|
public: static void MeanStdDev( IntPtr mtx, MCvScalar% mean, MCvScalar% stddev, IntPtr buffer ) |
Parameters
- mtx
- Type: System..::..IntPtr
The GpuMat. Supports only CV_8UC1 type
- mean
- Type: Emgu.CV.Structure..::..MCvScalar%
The mean value
- stddev
- Type: Emgu.CV.Structure..::..MCvScalar%
The standard deviation
- buffer
- Type: System..::..IntPtr
The buffer for the processing. Can be IntPtr.Zero if you do not wants to specify such.