|
Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
|
#include "core/AlphaExpansion.hpp"#include "strategies/ExpansionStrategy.hpp"#include <type_traits>Go to the source code of this file.
Classes | |
| class | GreedyStrategy< T > |
| Expansion strategy that always picks the label with the greatest energy reduction. More... | |