Image Component Library (ICL)
Public Attributes | List of all members
icl::math::GraphCutter::CutNode Struct Reference

#include <GraphCutter.h>

Public Attributes

std::vector< int > subset
 
int parent
 
std::vector< int > children
 
float cost
 

Member Data Documentation

◆ children

std::vector<int> icl::math::GraphCutter::CutNode::children

◆ cost

float icl::math::GraphCutter::CutNode::cost

◆ parent

int icl::math::GraphCutter::CutNode::parent

◆ subset

std::vector<int> icl::math::GraphCutter::CutNode::subset

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