Click or drag to resize
Accord.NET (logo)

ToolsMean Method

Overload List
  NameDescription
Public methodStatic memberMean(Bitmap)
Computes the arithmetic mean of the pixels in a given image.
Public methodStatic memberMean(BitmapData)
Computes the arithmetic mean of the pixels in a given image.
Public methodStatic memberMean(UnmanagedImage)
Computes the arithmetic mean of the pixels in a given image.
Public methodStatic memberMean(Bitmap, Rectangle)
Computes the arithmetic mean of the pixels in a given image.
Public methodStatic memberMean(BitmapData, Rectangle)
Computes the arithmetic mean of the pixels in a given image.
Public methodStatic memberMean(UnmanagedImage, Rectangle)
Computes the arithmetic mean of the pixels in a given image.
Top
See Also