|
oevislib_net
0.14.3.0
|
An extremum found in a histogram. More...
Public Member Functions | |
| HistogramExtremum () | |
| Constructs a new HistogramExtremum object with default values. | |
| HistogramExtremum (int inIndex, float inPoint, double inValue, ExtremumType inType) | |
| Constructs a HistogramExtremum object with using the provided values. | |
| bool | Equals (HistogramExtremum other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (HistogramExtremum inHistogramExtremum1, HistogramExtremum inHistogramExtremum2) |
| static bool | operator!= (HistogramExtremum inHistogramExtremum1, HistogramExtremum inHistogramExtremum2) |
Properties | |
| int | Index [get, set] |
| float | Point [get, set] |
| double | Value [get, set] |
| ExtremumType | Type = ExtremumType.Any [get, set] |
An extremum found in a histogram.
Contains the output of functions like Histogram::getLocalExtrema.
|
inline |
Constructs a new HistogramExtremum object with default values.
|
inline |
Constructs a HistogramExtremum object with using the provided values.
| inIndex | Index of the histogram's array. |
| inPoint | Subpixel position. |
| inValue | Value. |
| inType | Extremum type. |