|
Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
|
#include <vector>#include <functional>#include <unordered_map>#include <cstdint>Go to the source code of this file.
Classes | |
| class | EnergyModel< T > |
| Stores the graph and energy costs for the Alpha-Expansion algorithm. More... | |