http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the average value on this image, using the specific mask
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public TColor GetAverage( Image<Gray, byte> mask ) |
Visual Basic |
---|
Public Function GetAverage ( _ mask As Image(Of Gray, Byte) _ ) As TColor |
Visual C++ |
---|
public: TColor GetAverage( Image<Gray, unsigned char>^ mask ) |
Parameters
- mask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The mask for find the average value