| 
    MeVisLab Toolbox Reference
    
   | 
 
Extended node, which stores various features per node. More...
#include <CSOLiveWireNode.h>
  
Public Attributes | |
| Vector2f | D | 
| temp variable   | |
| float | laplace | 
| result of laplace convolution   | |
| float | gradientNormalized | 
| normalized gradient costs   | |
| float | laplaceFeature | 
| Laplacian zero crossing costs.   | |
| float | directionalCosts [8] | 
| directional costs depending on the direction   | |
  Public Attributes inherited from ml::CSOLiveWireNodeBase | |
| bool | isVisited | 
| Has this node been visited before?   | |
| char | directionToPred | 
| Direction to the preceding node in the path. (-1 means not yet set)   | |
| int | posx | 
| Position x.   | |
| int | posy | 
| Position y.   | |
  Public Attributes inherited from CSOHeapObject | |
| int | heapPosition | 
| The position in the heap; -1 means not sorted at all.   | |
| double | value | 
| Some value for comparison, determining the heap position.   | |
Additional Inherited Members | |
  Public Member Functions inherited from ml::CSOLiveWireNodeBase | |
| CSOLiveWireNodeBase () | |
| Constructor, initializes some internal variables.   | |
  Public Member Functions inherited from CSOHeapObject | |
| CSOHeapObject () | |
| void | reset () | 
Extended node, which stores various features per node.
Definition at line 68 of file CSOLiveWireNode.h.
| Vector2f ml::CSOLiveWireNodeExtended::D | 
temp variable
Definition at line 70 of file CSOLiveWireNode.h.
| float ml::CSOLiveWireNodeExtended::directionalCosts[8] | 
directional costs depending on the direction
Definition at line 76 of file CSOLiveWireNode.h.
| float ml::CSOLiveWireNodeExtended::gradientNormalized | 
normalized gradient costs
Definition at line 73 of file CSOLiveWireNode.h.
| float ml::CSOLiveWireNodeExtended::laplace | 
result of laplace convolution
Definition at line 71 of file CSOLiveWireNode.h.
| float ml::CSOLiveWireNodeExtended::laplaceFeature | 
Laplacian zero crossing costs.
Definition at line 74 of file CSOLiveWireNode.h.