|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <vector>#include <set>#include <map>#include <string>#include <iostream>#include "opengm/opengm.hxx"#include "opengm/inference/visitors/visitors.hxx"#include "opengm/inference/inference.hxx"#include "opengm/utilities/metaprogramming.hxx"#include "opengm/datastructures/partition.hxx"#include "opengm/inference/external/qpbo.hxx"#include "opengm/inference/mqpbo.hxx"#include "opengm/inference/fix-fusion/fusion-move.hpp"#include "opengm/graphicalmodel/graphicalmodel_manipulator.hxx"#include "opengm/utilities/modelTrees.hxx"#include "opengm/inference/dynamicprogramming.hxx"#include "opengm/utilities/disjoint-set.hxx"#include "opengm/functions/view.hxx"#include "opengm/functions/explicit_function.hxx"#include "opengm/graphicalmodel/space/discretespace.hxx"#include "opengm/graphicalmodel/graphicalmodel.hxx"
Include dependency graph for reducedinference.hxx:Go to the source code of this file.
Classes | |
| class | opengm::ReducedInferenceHelper< GM > |
| class | opengm::ReducedInference< GM, ACC, INF > |
| [class reducedinference] Reduced Inference Implementation of the reduction techniques proposed in J.H. Kappes, M. Speth, G. Reinelt, and C. Schnörr: Towards Efficient and Exact MAP-Inference for Large Scale Discrete Computer Vision Problems via Combinatorial Optimization, CVPR 2013 More... | |
| class | opengm::ReducedInference< GM, ACC, INF >::Parameter |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_REDUCEDINFERENCE_HXX |
| #define OPENGM_REDUCEDINFERENCE_HXX |
Definition at line 3 of file reducedinference.hxx.
1.8.9.1