ClassHistogram
Class
Image histogram.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Histogram
Inheritance: objectHistogram
Constructors
Histogram(double[])
Initialize a histogram it an initial value set.
Properties
Methods
Compare(Histogram)
Compare two histograms and return the difference. This number represents the percent of pixels that different between the two histograms.
FromBitmap(Bitmap)
Given a bitmap, returns its histogram.
FromPixelMap(PixelMap)
Build a histogram from the pixel map.
FromXmlFile(string)
Create a histogram from a file.