ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::MinSTGraphCut< node_t, value_t >::Edge Struct Reference

#include <graph_cut.h>

Public Attributes

value_t capacity
 
value_t residual
 
edge_descriptor_t reverse
 

Detailed Description

template<typename node_t, typename value_t>
struct colmap::MinSTGraphCut< node_t, value_t >::Edge

Definition at line 48 of file graph_cut.h.

Member Data Documentation

◆ capacity

template<typename node_t , typename value_t >
value_t colmap::MinSTGraphCut< node_t, value_t >::Edge::capacity

Definition at line 49 of file graph_cut.h.

◆ residual

template<typename node_t , typename value_t >
value_t colmap::MinSTGraphCut< node_t, value_t >::Edge::residual

Definition at line 50 of file graph_cut.h.

◆ reverse

template<typename node_t , typename value_t >
edge_descriptor_t colmap::MinSTGraphCut< node_t, value_t >::Edge::reverse

Definition at line 51 of file graph_cut.h.


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