The Histogram type exposes the following members.
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.) |