This documentation is for the old version. Go to the latest Graphics Mill docs

Histogram Members

The Histogram type exposes the following members.

Constructors

Name Description
Public method Histogram Overloaded.

Creates new Histogram instance.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method BuildLuminosity Overloaded.

Builds the histogram for specified bitmap. Histogram is based on pixels luminosity.

Public method BuildSum Overloaded.

Builds the histogram for specified bitmap. Histogram is based on average of pixel channels values.

Public method Clone

Creates a full copy of this Histogram object.

Public method Dispose

Releases all resources used by this Histogram.

(Overrides LockableObject.Dispose().)
Public method Equals (Inherited from Object.)
Public method GetEnumerator

Gets IEnumerator interface for iteration through this histogram entries.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property IsDisposed (Inherited from LockableObject.)
Public property IsEmpty

Indicates whether this object contains any data.

Public property IsExtended

Indicates whether the histogram entry is extended (16-bit).

Public property Item

Gets/sets histogram entry by specified index.

Public property Length

Returns number of histogram entries.

Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Mean

Gets mean value of the histogram.

Public property Median

Gets median value of the histogram.

Public property StandardDeviation

Gets standard deviation value of the histogram.

Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)

See Also

Reference