OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::proposals::AlphaExpansion< GM, ACC >::Parameter Class Reference

#include <multi_label_proposals.hxx>

+ Collaboration diagram for opengm::proposals::AlphaExpansion< GM, ACC >::Parameter:

Public Member Functions

 Parameter (size_t r=0, size_t alphaIncrement=1, bool randomAlphaToLabel=false, bool autoSeed=true, int seed=-1)
 

Public Attributes

size_t r_
 
size_t alphaIncrement_
 
bool randomAlphaToLabel_
 
bool autoSeed_
 
unsigned int seed_
 

Detailed Description

template<class GM, class ACC>
class opengm::proposals::AlphaExpansion< GM, ACC >::Parameter

Definition at line 83 of file multi_label_proposals.hxx.

Constructor & Destructor Documentation

template<class GM , class ACC >
opengm::proposals::AlphaExpansion< GM, ACC >::Parameter::Parameter ( size_t  r = 0,
size_t  alphaIncrement = 1,
bool  randomAlphaToLabel = false,
bool  autoSeed = true,
int  seed = -1 
)
inline

Definition at line 85 of file multi_label_proposals.hxx.

Member Data Documentation

template<class GM , class ACC >
size_t opengm::proposals::AlphaExpansion< GM, ACC >::Parameter::alphaIncrement_

Definition at line 100 of file multi_label_proposals.hxx.

template<class GM , class ACC >
bool opengm::proposals::AlphaExpansion< GM, ACC >::Parameter::autoSeed_

Definition at line 102 of file multi_label_proposals.hxx.

template<class GM , class ACC >
size_t opengm::proposals::AlphaExpansion< GM, ACC >::Parameter::r_

Definition at line 99 of file multi_label_proposals.hxx.

template<class GM , class ACC >
bool opengm::proposals::AlphaExpansion< GM, ACC >::Parameter::randomAlphaToLabel_

Definition at line 101 of file multi_label_proposals.hxx.

template<class GM , class ACC >
unsigned int opengm::proposals::AlphaExpansion< GM, ACC >::Parameter::seed_

Definition at line 103 of file multi_label_proposals.hxx.