Click or drag to resize
Accord.NET (logo)

ToolsMax Method

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