|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <queue>#include <cassert>#include <boost/graph/graph_traits.hpp>#include <boost/graph/one_bit_color_map.hpp>#include <boost/property_map/property_map.hpp>#include <boost/typeof/typeof.hpp>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/edmonds_karp_max_flow.hpp>#include <boost/graph/push_relabel_max_flow.hpp>#include <boost/graph/boykov_kolmogorov_max_flow.hpp>
Include dependency graph for minstcutboost.hxx:Go to the source code of this file.
Classes | |
| class | opengm::MinSTCutBoost< NType, VType, mfalg > |
| Boost solvers for the min st-cut framework GraphCut. More... | |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_MINSTCUTBOOST_HXX |
| #define | BOOST_DISABLE_ASSERTS |
| #define | USED_BOOST_DISABLE_ASSERTS |
Enumerations | |
| enum | opengm::BoostMaxFlowAlgorithm { opengm::PUSH_RELABEL, opengm::EDMONDS_KARP, opengm::KOLMOGOROV } |
| #define BOOST_DISABLE_ASSERTS |
Definition at line 6 of file minstcutboost.hxx.
| #define OPENGM_MINSTCUTBOOST_HXX |
Definition at line 3 of file minstcutboost.hxx.
| #define USED_BOOST_DISABLE_ASSERTS |
Definition at line 7 of file minstcutboost.hxx.
1.8.9.1