http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Calculates the average value and standard deviation of array elements, independently for each channel
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void AvgSdv( out TColor avg, out MCvScalar sdv ) |
Visual Basic |
---|
Public Sub AvgSdv ( _ <OutAttribute> ByRef avg As TColor, _ <OutAttribute> ByRef sdv As MCvScalar _ ) |
Visual C++ |
---|
public: void AvgSdv( [OutAttribute] TColor% avg, [OutAttribute] MCvScalar% sdv ) |
Parameters
- avg
- Type: TColor%
The avg color
- sdv
- Type: Emgu.CV.Structure..::..MCvScalar%
The standard deviation for each channel