Click or drag to resize
Accord.NET (logo)

ToolsSum Method

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