ImageTColor, TDepthGetAverage Method |
http://www.emgu.com
Get the average value on this image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic TColor GetAverage()
Public Function GetAverage As TColor
public:
TColor GetAverage()
member GetAverage : unit -> 'TColor
Return Value
Type:
TColorThe average color of the image
See Also