|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Parameter for opengm::external::QPBO. More...
#include <qpbo.hxx>
Collaboration diagram for opengm::external::QPBO< GM >::Parameter:Public Member Functions | |
| Parameter () | |
| constructor More... | |
Public Attributes | |
| bool | useProbeing_ |
| using probeing technique More... | |
| bool | strongPersistency_ |
| forcing strong persistency More... | |
| bool | useImproveing_ |
| using improving technique More... | |
| std::vector< size_t > | label_ |
| initial configuration for improving More... | |
Parameter for opengm::external::QPBO.
Definition at line 39 of file external/qpbo.hxx.
|
inline |
constructor
Definition at line 50 of file external/qpbo.hxx.
| std::vector<size_t> opengm::external::QPBO< GM >::Parameter::label_ |
initial configuration for improving
Definition at line 47 of file external/qpbo.hxx.
| bool opengm::external::QPBO< GM >::Parameter::strongPersistency_ |
forcing strong persistency
Definition at line 43 of file external/qpbo.hxx.
| bool opengm::external::QPBO< GM >::Parameter::useImproveing_ |
using improving technique
Definition at line 45 of file external/qpbo.hxx.
| bool opengm::external::QPBO< GM >::Parameter::useProbeing_ |
using probeing technique
Definition at line 41 of file external/qpbo.hxx.
1.8.9.1