The Histogram type exposes the following members.
Name | Description | |
---|---|---|
Histogram | Overloaded. Creates new Histogram instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
BuildLuminosity | Overloaded. Builds the histogram for specified bitmap. Histogram is based on pixels luminosity. |
|
BuildSum | Overloaded. Builds the histogram for specified bitmap. Histogram is based on average of pixel channels values. |
|
Clone |
Creates a full copy of this Histogram object. |
|
Dispose |
Releases all resources used by this Histogram. (Overrides LockableObject.Dispose().) |
|
Equals | (Inherited from Object.) | |
GetEnumerator |
Gets IEnumerator interface for iteration through this histogram entries. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
IsDisposed | (Inherited from LockableObject.) | |
IsEmpty |
Indicates whether this object contains any data. |
|
IsExtended |
Indicates whether the histogram entry is extended (16-bit). |
|
Item |
Gets/sets histogram entry by specified index. |
|
Length |
Returns number of histogram entries. |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Mean |
Gets mean value of the histogram. |
|
Median |
Gets median value of the histogram. |
|
StandardDeviation |
Gets standard deviation value of the histogram. |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |