Graph cuts edge.
在文件 GraphCut.h 第 44 行定义.
Public 属性 | |
| int32_t | id |
| GCNode * | head |
| GCEdge * | next |
| GCEdge * | reverse |
| float64_t | residual_capacity |
| GCNode* head |
node the edge point to
在文件 GraphCut.h 第 49 行定义.
| int32_t id |
edge id
在文件 GraphCut.h 第 47 行定义.
| GCEdge* next |
next edge with the same originated node
在文件 GraphCut.h 第 51 行定义.
| float64_t residual_capacity |
residual capacity
在文件 GraphCut.h 第 55 行定义.
| GCEdge* reverse |
reverse edge
在文件 GraphCut.h 第 53 行定义.