|
SHOGUN
4.1.0
|
Graph cuts edge.
Definition at line 44 of file GraphCut.h.
Public Attributes | |
| int32_t | id |
| GCNode * | head |
| GCEdge * | next |
| GCEdge * | reverse |
| float64_t | residual_capacity |
| 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.