Click or drag to resize
Accord.NET (logo)

ToolsStandardDeviation Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviation(Bitmap, Double)
Computes the standard deviation of image pixels.
Public methodStatic memberStandardDeviation(BitmapData, Double)
Computes the standard deviation of image pixels.
Public methodStatic memberStandardDeviation(UnmanagedImage, Double)
Computes the standard deviation of image pixels.
Public methodStatic memberStandardDeviation(Bitmap, Rectangle, Double)
Computes the standard deviation of image pixels.
Public methodStatic memberStandardDeviation(BitmapData, Rectangle, Double)
Computes the standard deviation of image pixels.
Public methodStatic memberStandardDeviation(UnmanagedImage, Rectangle, Double)
Computes the standard deviation of image pixels.
Top
See Also