17 #include "drwnFactorGraph.h"
18 #include "drwnMapInference.h"
std::pair< double, double > inference(drwnFullAssignment &mapAssignment)
Run inference (or resume for iterative algorithms). Algorithms may initialize from mapAssignment if n...
Definition: drwnGraphCutInference.cpp:173
Container and utility functions for factor graphs.
Definition: drwnFactorGraph.h:40
std::pair< double, double > inference(drwnFullAssignment &mapAssignment)
Run inference (or resume for iterative algorithms). Algorithms may initialize from mapAssignment if n...
Definition: drwnGraphCutInference.cpp:37
Implements alpha-expansion inference using graph-cuts (see Boykov et al, 2001). Factor graphs must be...
Definition: drwnGraphCutInference.h:24
Implements alpha-beta swap inference using graph-cuts (see Boykov et al, 2001). Factor graphs must be...
Definition: drwnGraphCutInference.h:36
std::vector< int > drwnFullAssignment
defines a complete assignment to all variables in the universe
Definition: drwnVarAssignment.h:36
Interface for various MAP inference (energy minimization) algorithms.
Definition: drwnMapInference.h:38