|
Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
|
#include "core/EnergyModel.hpp"#include "solvers/MaxFlowSolver.hpp"#include <memory>#include <functional>#include <type_traits>Go to the source code of this file.
Classes | |
| class | AlphaExpansion< T > |
| Performs alpha-expansion moves on an EnergyModel using a pluggable max-flow solver. More... | |