Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
Loading...
Searching...
No Matches
Classes
AlphaExpansion.hpp File Reference
#include "core/EnergyModel.hpp"
#include "solvers/MaxFlowSolver.hpp"
#include <memory>
#include <functional>
#include <type_traits>
Include dependency graph for AlphaExpansion.hpp:
This graph shows which files directly or indirectly include this file:

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...