The Histogram type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Histogram |
Initializes a new instance of the Histogram class from the specified existing histogram. |
| Name | Description | |
|---|---|---|
|
|
BuildLuminosity | Overloaded. |
|
|
BuildSum | Overloaded. Builds the histogram for specified bitmap. Builds the histogram for specified pipeline. |
|
|
Dispose |
Releases all resources used by this Histogram. |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Merge |
Merges two histograms by summation the corresponding entries. |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
IsExtended |
Gets a value that indicates whether the histogram is extended (16-bit). |
|
|
Item |
Gets or sets histogram entry at the specified index. |
|
|
Length |
Gets the number of histogram entries. |
|
|
Mean |
Gets a mean value of the histogram. |
|
|
Median |
Gets a median value of the histogram. |
|
|
StandardDeviation |
Gets a standard deviation value of the histogram. |