Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
Loading...
Searching...
No Matches
Classes
GreedyStrategy.hpp File Reference
#include "core/AlphaExpansion.hpp"
#include "strategies/ExpansionStrategy.hpp"
#include <type_traits>
Include dependency graph for GreedyStrategy.hpp:

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