|
oevislib_net
0.14.3.0
|
Ridges found in a Profile. More...
Public Member Functions | |
| ProfileRidge () | |
| Constructs a new ProfileRidge object with default values. | |
| ProfileRidge (float inPosition, float inMagnitude, Polarity inPolarity) | |
| Creates a new ProfileRidge object. | |
| bool | Equals (ProfileRidge other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (ProfileRidge inProfileRidge1, ProfileRidge inProfileRidge2) |
| static bool | operator!= (ProfileRidge inProfileRidge1, ProfileRidge inProfileRidge2) |
Properties | |
| float | Position [get, set] |
| float | Magnitude [get, set] |
| Polarity | Polarity = Polarity.Any [get, set] |
Ridges found in a Profile.
Can be found as the output of Profile::findProfileRidges.
|
inline |
Constructs a new ProfileRidge object with default values.
|
inline |
Creates a new ProfileRidge object.
| inPosition | X coordinate. |
| inMagnitude | Magnitude. |
| inPolarity | Which pixels have been considered (dark or bright). |