|
Alpha Expansion Library
C++ library for the Alpha-Expansion graph-cut algorithm with Python bindings
|
#include "core/AlphaExpansion.hpp"#include "strategies/ExpansionStrategy.hpp"#include <vector>#include <numeric>#include <random>#include <algorithm>Go to the source code of this file.
Classes | |
| class | RandomizedStrategy< T > |
| Expansion strategy that shuffles the label order randomly each cycle. More... | |