MeVisLab Toolbox Reference
ml::CSOLiveWireNodeExtended Struct Reference

Extended node, which stores various features per node. More...

#include <CSOLiveWireNode.h>

Inheritance diagram for ml::CSOLiveWireNodeExtended:
ml::CSOLiveWireNodeBase CSOHeapObject

Public Attributes

Vector2f D
 temp variable More...
 
float laplace
 result of laplace convolution More...
 
float gradientNormalized
 normalized gradient costs More...
 
float laplaceFeature
 Laplacian zero crossing costs. More...
 
float directionalCosts [8]
 directional costs depending on the direction More...
 
- Public Attributes inherited from ml::CSOLiveWireNodeBase
bool isVisited
 Has this node been visited before? More...
 
char directionToPred
 Direction to the preceding node in the path. (-1 means not yet set) More...
 
int posx
 Position x. More...
 
int posy
 Position y. More...
 
- Public Attributes inherited from CSOHeapObject
int heapPosition
 The position in the heap; -1 means not sorted at all. More...
 
double value
 Some value for comparison, determining the heap position. More...
 

Additional Inherited Members

- Public Member Functions inherited from ml::CSOLiveWireNodeBase
 CSOLiveWireNodeBase ()
 Constructor, initializes some internal variables. More...
 
- Public Member Functions inherited from CSOHeapObject
 CSOHeapObject ()
 
void reset ()
 

Detailed Description

Extended node, which stores various features per node.

Definition at line 68 of file CSOLiveWireNode.h.

Member Data Documentation

◆ D

Vector2f ml::CSOLiveWireNodeExtended::D

temp variable

Definition at line 70 of file CSOLiveWireNode.h.

◆ directionalCosts

float ml::CSOLiveWireNodeExtended::directionalCosts[8]

directional costs depending on the direction

Definition at line 76 of file CSOLiveWireNode.h.

◆ gradientNormalized

float ml::CSOLiveWireNodeExtended::gradientNormalized

normalized gradient costs

Definition at line 73 of file CSOLiveWireNode.h.

◆ laplace

float ml::CSOLiveWireNodeExtended::laplace

result of laplace convolution

Definition at line 71 of file CSOLiveWireNode.h.

◆ laplaceFeature

float ml::CSOLiveWireNodeExtended::laplaceFeature

Laplacian zero crossing costs.

Definition at line 74 of file CSOLiveWireNode.h.


The documentation for this struct was generated from the following file: