|
OpenGM
2.3.x
Discrete Graphical Model Library
|
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) |
| 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:| 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.
| void opengm::combilp_base::MakeFactorVariablesTrue | ( | const FACTOR & | f, |
| std::vector< bool > * | pmask | ||
| ) |
1.8.9.1