ImageTColor, TDepthGetAverage Method |
http://www.emgu.com
Get the average value on this image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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