#include <algorithm>
#include <vector>
#include <queue>
#include <utility>
#include <string>
#include <iostream>
#include <fstream>
#include <typeinfo>
#include <limits>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include "opengm/datastructures/marray/marray.hxx"
#include "opengm/opengm.hxx"
#include "opengm/inference/inference.hxx"
#include "opengm/inference/visitors/visitor.hxx"
#include "opengm/utilities/timer.hxx"
#include <ilcplex/ilocplex.h>
Go to the source code of this file.
Classes | |
class | opengm::Multicut< GM, ACC > |
Multicut Algorithm [1] J. Kappes, M. Speth, B. Andres, G. Reinelt and C. Schnoerr, "Globally Optimal Image Partitioning by Multicuts", EMMCVPR 2011 [2] J. Kappes, M. Speth, G. Reinelt and C. Schnoerr, "Higher-order Segmentation via Multicuts", Technical Report (http://ipa.iwr.uni-heidelberg.de/ipabib/Papers/kappes-2013-multicut.pdf) . More... | |
struct | opengm::Multicut< GM, ACC >::Parameter |
Namespaces | |
namespace | opengm |
The OpenGM namespace. |