Histogram Members

The Histogram type exposes the following members.

Constructors

Name Description
Public method Histogram

Initializes a new instance of the Histogram class from the specified existing histogram.

Methods

Name Description
Public method Static member BuildLuminosity Overloaded.
Public method Static member BuildSum Overloaded.

Builds the histogram for specified bitmap.

Builds the histogram for specified pipeline.

Public method Dispose

Releases all resources used by this Histogram.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member Merge

Merges two histograms by summation the corresponding entries.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property IsExtended

Gets a value that indicates whether the histogram is extended (16-bit).

Public property Item

Gets or sets histogram entry at the specified index.

Public property Length

Gets the number of histogram entries.

Public property Mean

Gets a mean value of the histogram.

Public property Median

Gets a median value of the histogram.

Public property StandardDeviation

Gets a standard deviation value of the histogram.

See Also

Reference