OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Functions
opengm::combilp_base Namespace Reference

Classes

class  CombiLP_base
 
struct  CombiLP_base_Parameter
 

Functions

template<class FACTOR >
void MakeFactorVariablesTrue (const FACTOR &f, std::vector< bool > *pmask)
 
template<class GM >
void DilateMask (const GM &gm, typename GM::IndexType varId, std::vector< bool > *pmask)
 
template<class GM >
void DilateMask (const GM &gm, const std::vector< bool > &inmask, std::vector< bool > *poutmask)
 
template<class GM >
bool LabelingMatching (const std::vector< typename GM::LabelType > &labeling1, const std::vector< typename GM::LabelType > &labeling2, const std::vector< bool > &mask, std::list< typename GM::IndexType > *presult)
 
template<class GM >
void GetMaskBoundary (const GM &gm, const std::vector< bool > &mask, std::vector< bool > *boundmask)
 

Function Documentation

template<class GM >
void opengm::combilp_base::DilateMask ( const GM &  gm,
typename GM::IndexType  varId,
std::vector< bool > *  pmask 
)

Definition at line 29 of file combilp.hxx.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<class GM >
void opengm::combilp_base::DilateMask ( const GM &  gm,
const std::vector< bool > &  inmask,
std::vector< bool > *  poutmask 
)

Definition at line 44 of file combilp.hxx.

+ Here is the call graph for this function:

template<class GM >
void opengm::combilp_base::GetMaskBoundary ( const GM &  gm,
const std::vector< bool > &  mask,
std::vector< bool > *  boundmask 
)

Definition at line 67 of file combilp.hxx.

+ Here is the caller graph for this function:

template<class GM >
bool opengm::combilp_base::LabelingMatching ( const std::vector< typename GM::LabelType > &  labeling1,
const std::vector< typename GM::LabelType > &  labeling2,
const std::vector< bool > &  mask,
std::list< typename GM::IndexType > *  presult 
)

Definition at line 53 of file combilp.hxx.

template<class FACTOR >
void opengm::combilp_base::MakeFactorVariablesTrue ( const FACTOR &  f,
std::vector< bool > *  pmask 
)

Definition at line 21 of file combilp.hxx.

+ Here is the caller graph for this function: