#include <CSOLiveWireNode.h>

Public Member Functions | |
| CSOLiveWireNode () | |
| Constructor, initializes some internal variables. | |
Public Attributes | |
| bool | isVisited |
| Has this node been visited before? | |
| CSOLiveWireNode * | predNode |
| A pointer to the preceding node in the path. | |
| int | directionToPred |
| The direction of this node to its successor. | |
| float | pathLength |
| The length of the path (+1 for horizontal/vertical steps, +SRQT(2) for diagonals). | |
| float | intensityValue |
| The image intensity value itself. | |
| int | posx |
| Position x. | |
| int | posy |
| Position y. | |
| Vector2f | D |
| temp variable | |
| float | laplace |
| result of laplace convolution | |
| float | gradient |
| gradient cost | |
| float | gradientNormalized |
| normalized gradient costs | |
| float | laplaceFeature |
| laplacian zero crossing costs | |
| float | directionalCosts [8] |
| directional costs depending on the direction | |
Definition at line 37 of file CSOLiveWireNode.h.
| ml::CSOLiveWireNode::CSOLiveWireNode | ( | ) | [inline] |
The length of the path (+1 for horizontal/vertical steps, +SRQT(2) for diagonals).
Definition at line 55 of file CSOLiveWireNode.h.
1.5.8