|
oevislib_net
0.14.3.0
|
Stripes found in a Profile. More...
Public Member Functions | |
| ProfileStripe () | |
| Constructs a new ProfileStripe object with default values. | |
| ProfileStripe (float inPosition1, float inPosition2, float inWidth, float inMagnitude, Polarity inPolarity) | |
| Creates a new ProfileStripe object. | |
| bool | Equals (ProfileStripe other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (ProfileStripe inProfileStripe1, ProfileStripe inProfileStripe2) |
| static bool | operator!= (ProfileStripe inProfileStripe1, ProfileStripe inProfileStripe2) |
Properties | |
| float | Position1 [get, set] |
| float | Position2 [get, set] |
| float | Width [get, set] |
| float | Magnitude [get, set] |
| Polarity | Polarity = Polarity.Any [get, set] |
Stripes found in a Profile.
Can be found as the output of Profile::findProfileStripes.
|
inline |
Constructs a new ProfileStripe object with default values.
|
inline |
Creates a new ProfileStripe object.
| inPosition1 | First X coordinate. |
| inPosition2 | Second X coordinate. |
| inWidth | Width. |
| inMagnitude | Magnitude. |
| inPolarity | Which pixels have been considered (dark or bright). |