Get the average value on this image, using the specific mask
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public TColor GetAverage( Image<Gray, byte> mask ) |
Visual Basic (Declaration) |
---|
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