OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::LSA_TR_WeightedEdge Struct Reference

Local Submodular Approximation with Trust Region regularization

. More...

#include <lsatr.hxx>

+ Collaboration diagram for opengm::LSA_TR_WeightedEdge:

Public Member Functions

 LSA_TR_WeightedEdge (double aw, size_t au, size_t av)
 

Public Attributes

double w
 
size_t u
 
size_t v
 

Detailed Description

Local Submodular Approximation with Trust Region regularization

.

Coresponding author: Joerg Hendrik Kappes

Definition at line 39 of file lsatr.hxx.

Constructor & Destructor Documentation

opengm::LSA_TR_WeightedEdge::LSA_TR_WeightedEdge ( double  aw,
size_t  au,
size_t  av 
)
inline

Definition at line 40 of file lsatr.hxx.

Member Data Documentation

size_t opengm::LSA_TR_WeightedEdge::u

Definition at line 42 of file lsatr.hxx.

size_t opengm::LSA_TR_WeightedEdge::v

Definition at line 43 of file lsatr.hxx.

double opengm::LSA_TR_WeightedEdge::w

Definition at line 41 of file lsatr.hxx.