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

#include <graphcut.hxx>

+ Collaboration diagram for opengm::GraphCut< GM, ACC, MINSTCUT >::Parameter:

Public Member Functions

 Parameter (const ValueType scale=1)
 
template<class P >
 Parameter (const P &p)
 

Public Attributes

ValueType scale_
 

Detailed Description

template<class GM, class ACC, class MINSTCUT>
struct opengm::GraphCut< GM, ACC, MINSTCUT >::Parameter

Definition at line 38 of file graphcut.hxx.

Constructor & Destructor Documentation

§ Parameter() [1/2]

template<class GM, class ACC, class MINSTCUT>
opengm::GraphCut< GM, ACC, MINSTCUT >::Parameter::Parameter ( const ValueType  scale = 1)
inline

Definition at line 39 of file graphcut.hxx.

§ Parameter() [2/2]

template<class GM, class ACC, class MINSTCUT>
template<class P >
opengm::GraphCut< GM, ACC, MINSTCUT >::Parameter::Parameter ( const P &  p)
inline

Definition at line 44 of file graphcut.hxx.

Member Data Documentation

§ scale_

template<class GM, class ACC, class MINSTCUT>
ValueType opengm::GraphCut< GM, ACC, MINSTCUT >::Parameter::scale_

Definition at line 48 of file graphcut.hxx.