Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
Loading...
Searching...
No Matches
Classes
EnergyModel.hpp File Reference
#include <vector>
#include <functional>
#include <unordered_map>
#include <cstdint>
Include dependency graph for EnergyModel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnergyModel< T >
 Stores the graph and energy costs for the Alpha-Expansion algorithm. More...