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