Click or drag to resize
Accord.NET (logo)

ToolsMin Method

Overload List
  NameDescription
Public methodStatic memberMin(Bitmap)
Computes the maximum pixel value in the given image.
Public methodStatic memberMin(UnmanagedImage)
Computes the minimum pixel value in the given image.
Public methodStatic memberMin(Bitmap, Rectangle)
Computes the maximum pixel value in the given image.
Public methodStatic memberMin(Bitmap, Int32)
Computes the maximum pixel value in the given image.
Public methodStatic memberMin(BitmapData, Rectangle)
Computes the minimum pixel value in the given image.
Public methodStatic memberMin(UnmanagedImage, Rectangle)
Computes the minimum pixel value in the given image.
Public methodStatic memberMin(UnmanagedImage, Int32)
Computes the maximum pixel value in the given image.
Top
See Also