OpenGM  2.3.x
Discrete Graphical Model Library
Classes
Function Types

Classes

class  opengm::AbsoluteDifferenceFunction< T, I, L >
 Absolute difference between two labels. More...
 
class  opengm::ConstantFunction< T, I, L >
 Constant function. More...
 
class  opengm::ExplicitFunction< T, I, L >
 Function encoded as a dense multi-dimensional array, marray::Marray. More...
 
class  opengm::FoEFunction< T, I, L >
 Field of Expert function. More...
 
class  opengm::LPottsFunction< T, I, L >
 Potts function for two variables. More...
 
class  opengm::ModelViewFunction< GM, MARRAY >
 Function that refers to a factor of another GraphicalModel. More...
 
class  opengm::PottsFunction< T, I, L >
 Potts function for two variables. More...
 
class  opengm::PottsGFunction< T, I, L >
 Generalized Potts Function. More...
 
class  opengm::PottsNFunction< T, I, L >
 Potts function in N variables. More...
 
class  opengm::ScaledViewFunction< GM >
 Function that scales a factor of another graphical model. More...
 
class  opengm::StaticSingleSiteFunction< T, SIZE, STORAGE >
 Single site function whose size is fixed at compile time. More...
 
class  opengm::DynamicSingleSiteFunction< T >
 Single site function with dynamic size. More...
 
class  opengm::SquaredDifferenceFunction< T, I, L >
 squared difference of the labels of two variables More...
 
class  opengm::TruncatedAbsoluteDifferenceFunction< T, I, L >
 truncated absolute differents between the labels of 2 variables More...
 
class  opengm::TruncatedSquaredDifferenceFunction< T, I, L >
 truncated squared difference of the labels of two variables More...
 
class  opengm::ViewFunction< GM >
 reference to a Factor of a GraphicalModel More...
 
class  opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >
 ViewConvertFunction convert semi-ring in a lazy fashion. More...
 
class  opengm::ViewFixVariablesFunction< GM >
 Funcion that refers to a factor of another GraphicalModel in which some variables are fixed. More...
 
class  opengm::LabelOrderFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >
 A linear constraint function class ensuring the correct label order for two variables. More...
 
class  opengm::LinearConstraintFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >
 Default implementation of a linear constraint function class. More...
 
class  opengm::NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >
 A linear constraint function class for limiting the number of used labels. More...
 
class  opengm::LabelCostFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >
 A label cost function class penalizing the usage of labels. More...
 
class  opengm::SumConstraintFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >
 A sum constraint function class penalizing the violation of a given linear equality constraint. More...
 

Detailed Description