OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
opengm::proposal_gen::RandomizedWatershed< GM, ACC > Class Template Reference

#include <intersection_based_inf.hxx>

+ Collaboration diagram for opengm::proposal_gen::RandomizedWatershed< GM, ACC >:

Classes

struct  Parameter
 

Public Types

typedef ACC AccumulationType
 
typedef GM GraphicalModelType
 
typedef vigra::AdjacencyListGraph Graph
 
typedef Graph::Edge GraphEdge
 
typedef Graph::template EdgeMap< ValueType > WeightMap
 
typedef Graph::template EdgeMap< vigra::UInt32 > LabelMap
 
typedef WeightRandomization< ValueType > WeightRand
 
typedef WeightRand::Parameter WeightRandomizationParam
 

Public Member Functions

 RandomizedWatershed (const GM &gm, const Parameter &param=Parameter())
 
size_t defaultNumStopIt ()
 
void reset ()
 
void getProposal (const std::vector< LabelType > &current, std::vector< LabelType > &proposal)
 

Public Attributes

 OPENGM_GM_TYPE_TYPEDEFS
 

Detailed Description

template<class GM, class ACC>
class opengm::proposal_gen::RandomizedWatershed< GM, ACC >

Definition at line 580 of file intersection_based_inf.hxx.

Member Typedef Documentation

template<class GM , class ACC >
typedef ACC opengm::proposal_gen::RandomizedWatershed< GM, ACC >::AccumulationType

Definition at line 582 of file intersection_based_inf.hxx.

template<class GM , class ACC >
typedef vigra::AdjacencyListGraph opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Graph

Definition at line 586 of file intersection_based_inf.hxx.

template<class GM , class ACC >
typedef Graph::Edge opengm::proposal_gen::RandomizedWatershed< GM, ACC >::GraphEdge

Definition at line 589 of file intersection_based_inf.hxx.

template<class GM , class ACC >
typedef GM opengm::proposal_gen::RandomizedWatershed< GM, ACC >::GraphicalModelType

Definition at line 583 of file intersection_based_inf.hxx.

template<class GM , class ACC >
typedef Graph:: template EdgeMap<vigra::UInt32> opengm::proposal_gen::RandomizedWatershed< GM, ACC >::LabelMap

Definition at line 592 of file intersection_based_inf.hxx.

template<class GM , class ACC >
typedef Graph:: template EdgeMap<ValueType> opengm::proposal_gen::RandomizedWatershed< GM, ACC >::WeightMap

Definition at line 591 of file intersection_based_inf.hxx.

template<class GM , class ACC >
typedef WeightRandomization<ValueType> opengm::proposal_gen::RandomizedWatershed< GM, ACC >::WeightRand

Definition at line 594 of file intersection_based_inf.hxx.

template<class GM , class ACC >
typedef WeightRand::Parameter opengm::proposal_gen::RandomizedWatershed< GM, ACC >::WeightRandomizationParam

Definition at line 595 of file intersection_based_inf.hxx.

Constructor & Destructor Documentation

template<class GM , class ACC >
opengm::proposal_gen::RandomizedWatershed< GM, ACC >::RandomizedWatershed ( const GM &  gm,
const Parameter param = Parameter() 
)
inline

Definition at line 627 of file intersection_based_inf.hxx.

Member Function Documentation

template<class GM , class ACC >
size_t opengm::proposal_gen::RandomizedWatershed< GM, ACC >::defaultNumStopIt ( )
inline

Definition at line 668 of file intersection_based_inf.hxx.

template<class GM , class ACC >
void opengm::proposal_gen::RandomizedWatershed< GM, ACC >::getProposal ( const std::vector< LabelType > &  current,
std::vector< LabelType > &  proposal 
)
inline

Definition at line 673 of file intersection_based_inf.hxx.

+ Here is the call graph for this function:

template<class GM , class ACC >
void opengm::proposal_gen::RandomizedWatershed< GM, ACC >::reset ( )
inline

Definition at line 670 of file intersection_based_inf.hxx.

Member Data Documentation

template<class GM , class ACC >
opengm::proposal_gen::RandomizedWatershed< GM, ACC >::OPENGM_GM_TYPE_TYPEDEFS

Definition at line 584 of file intersection_based_inf.hxx.