SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | Public 属性
GCEdge结构体 参考

详细描述

Graph cuts edge.

在文件 GraphCut.h44 行定义.

Public 属性

int32_t id
 
GCNodehead
 
GCEdgenext
 
GCEdgereverse
 
float64_t residual_capacity
 

类成员变量说明

GCNode* head

node the edge point to

在文件 GraphCut.h49 行定义.

int32_t id

edge id

在文件 GraphCut.h47 行定义.

GCEdge* next

next edge with the same originated node

在文件 GraphCut.h51 行定义.

float64_t residual_capacity

residual capacity

在文件 GraphCut.h55 行定义.

GCEdge* reverse

reverse edge

在文件 GraphCut.h53 行定义.


该结构体的文档由以下文件生成:

SHOGUN 机器学习工具包 - 项目文档