|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#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 ¶m=Parameter()) | |
| size_t | defaultNumStopIt () |
| void | reset () |
| void | getProposal (const std::vector< LabelType > ¤t, std::vector< LabelType > &proposal) |
Public Attributes | |
| OPENGM_GM_TYPE_TYPEDEFS | |
Definition at line 580 of file intersection_based_inf.hxx.
| typedef ACC opengm::proposal_gen::RandomizedWatershed< GM, ACC >::AccumulationType |
Definition at line 582 of file intersection_based_inf.hxx.
| typedef vigra::AdjacencyListGraph opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Graph |
Definition at line 586 of file intersection_based_inf.hxx.
| typedef Graph::Edge opengm::proposal_gen::RandomizedWatershed< GM, ACC >::GraphEdge |
Definition at line 589 of file intersection_based_inf.hxx.
| typedef GM opengm::proposal_gen::RandomizedWatershed< GM, ACC >::GraphicalModelType |
Definition at line 583 of file intersection_based_inf.hxx.
| typedef Graph:: template EdgeMap<vigra::UInt32> opengm::proposal_gen::RandomizedWatershed< GM, ACC >::LabelMap |
Definition at line 592 of file intersection_based_inf.hxx.
| typedef Graph:: template EdgeMap<ValueType> opengm::proposal_gen::RandomizedWatershed< GM, ACC >::WeightMap |
Definition at line 591 of file intersection_based_inf.hxx.
| typedef WeightRandomization<ValueType> opengm::proposal_gen::RandomizedWatershed< GM, ACC >::WeightRand |
Definition at line 594 of file intersection_based_inf.hxx.
| typedef WeightRand::Parameter opengm::proposal_gen::RandomizedWatershed< GM, ACC >::WeightRandomizationParam |
Definition at line 595 of file intersection_based_inf.hxx.
|
inline |
Definition at line 627 of file intersection_based_inf.hxx.
|
inline |
Definition at line 668 of file intersection_based_inf.hxx.
|
inline |
Definition at line 673 of file intersection_based_inf.hxx.
Here is the call graph for this function:
|
inline |
Definition at line 670 of file intersection_based_inf.hxx.
| opengm::proposal_gen::RandomizedWatershed< GM, ACC >::OPENGM_GM_TYPE_TYPEDEFS |
Definition at line 584 of file intersection_based_inf.hxx.
1.8.9.1