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.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Public Sub AvgSdv ( _ <OutAttribute> ByRef average As TColor, _ <OutAttribute> ByRef sdv As MCvScalar, _ mask As Image(Of Gray, Byte) _ )
public: void AvgSdv( [OutAttribute] TColor% average, [OutAttribute] MCvScalar% sdv, Image<Gray, unsigned char>^ mask )