SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Attributes
GCEdge Struct Reference

Detailed Description

Graph cuts edge.

Definition at line 44 of file GraphCut.h.

Public Attributes

int32_t id
 
GCNodehead
 
GCEdgenext
 
GCEdgereverse
 
float64_t residual_capacity
 

Member Data Documentation

GCNode* head

node the edge point to

Definition at line 49 of file GraphCut.h.

int32_t id

edge id

Definition at line 47 of file GraphCut.h.

GCEdge* next

next edge with the same originated node

Definition at line 51 of file GraphCut.h.

float64_t residual_capacity

residual capacity

Definition at line 55 of file GraphCut.h.

GCEdge* reverse

reverse edge

Definition at line 53 of file GraphCut.h.


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

SHOGUN Machine Learning Toolbox - Documentation