Class Histogram
Inheritance
System.Object
Histogram
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Histogram
Constructors
Histogram(Double[])
Declaration
public Histogram(double[] graph)
Parameters
System.Double[]
graph
|
Properties
Data
Declaration
public double[] Data { get; }
Property Value
System.Double[]
|
Methods
Compare(Histogram)
Declaration
public double Compare(Histogram histogramToCompare)
Parameters
Histogram
histogramToCompare
|
Returns
System.Double
|
FromBitmap(Bitmap)
Declaration
public static Histogram FromBitmap(Bitmap bitmap)
Parameters
System.Drawing.Bitmap
bitmap
|
Returns
Histogram
|
FromPixelMap(PixelMap)
Declaration
public static Histogram FromPixelMap(PixelMap map)
Parameters
PixelMap
map
|
Returns
Histogram
|
FromXmlFile(String)
Declaration
public static Histogram FromXmlFile(string filePath)
Parameters
System.String
filePath
|
Returns
Histogram
|