|
oevislib_net
0.14.3.0
|
Edges found in a Profile. More...
Public Member Functions | |
| ProfileEdge () | |
| Constructs a new ProfileEdge object with default values. | |
| ProfileEdge (float inPosition, float inMagnitude, EdgeTransition inTransition) | |
| Creates a new ProfileEdge object. | |
| bool | Equals (ProfileEdge other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (ProfileEdge inProfileEdge1, ProfileEdge inProfileEdge2) |
| static bool | operator!= (ProfileEdge inProfileEdge1, ProfileEdge inProfileEdge2) |
Properties | |
| float | Position [get, set] |
| float | Magnitude [get, set] |
| EdgeTransition | Transition = EdgeTransition.Any [get, set] |
Edges found in a Profile.
Can be found as the output of Profile::findProfileEdges.
|
inline |
Constructs a new ProfileEdge object with default values.
|
inline |
Creates a new ProfileEdge object.
| inPosition | X coordinate. |
| inMagnitude | Magnitude. |
| inTransition | Type of pixel transition considered as an edge. |