|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <permutable_label_fusion_mover.hxx>
Collaboration diagram for opengm::McClusterOp< GM, ACC >:Classes | |
| struct | Parameter |
Public Types | |
| typedef ACC | AccumulationType |
| typedef GM | GraphicalModelType |
| typedef vigra::AdjacencyListGraph | Graph |
| typedef vigra::MergeGraphAdaptor< Graph > | MergeGraph |
| typedef MergeGraph::Edge | Edge |
| typedef ValueType | WeightType |
| typedef IndexType | index_type |
Public Member Functions | |
| McClusterOp (const Graph &graph, MergeGraph &mergegraph, const Parameter ¶m, std::vector< ValueType > &weights) | |
| void | reset () |
| Edge | contractionEdge () |
| WeightType | contractionWeight () |
| get the edge weight of the edge which should be contracted next More... | |
| MergeGraph & | mergeGraph () |
| get a reference to the merge More... | |
| bool | done () const |
| void | mergeEdges (const Edge &a, const Edge &b) |
| void | eraseEdge (const Edge &edge) |
Public Attributes | |
| OPENGM_GM_TYPE_TYPEDEFS | |
| const Graph & | graph_ |
| MergeGraph & | mergeGraph_ |
| vigra::ChangeablePriorityQueue< ValueType,std::greater< ValueType > > | pq_ |
| Parameter | param_ |
| std::vector< ValueType > & | weights_ |
Definition at line 45 of file permutable_label_fusion_mover.hxx.
| typedef ACC opengm::McClusterOp< GM, ACC >::AccumulationType |
Definition at line 47 of file permutable_label_fusion_mover.hxx.
| typedef MergeGraph::Edge opengm::McClusterOp< GM, ACC >::Edge |
Definition at line 55 of file permutable_label_fusion_mover.hxx.
| typedef vigra::AdjacencyListGraph opengm::McClusterOp< GM, ACC >::Graph |
Definition at line 51 of file permutable_label_fusion_mover.hxx.
| typedef GM opengm::McClusterOp< GM, ACC >::GraphicalModelType |
Definition at line 48 of file permutable_label_fusion_mover.hxx.
| typedef IndexType opengm::McClusterOp< GM, ACC >::index_type |
Definition at line 57 of file permutable_label_fusion_mover.hxx.
| typedef vigra::MergeGraphAdaptor< Graph > opengm::McClusterOp< GM, ACC >::MergeGraph |
Definition at line 52 of file permutable_label_fusion_mover.hxx.
| typedef ValueType opengm::McClusterOp< GM, ACC >::WeightType |
Definition at line 56 of file permutable_label_fusion_mover.hxx.
|
inline |
Definition at line 73 of file permutable_label_fusion_mover.hxx.
|
inline |
Definition at line 101 of file permutable_label_fusion_mover.hxx.
|
inline |
get the edge weight of the edge which should be contracted next
Definition at line 111 of file permutable_label_fusion_mover.hxx.
|
inline |
Definition at line 126 of file permutable_label_fusion_mover.hxx.
|
inline |
Definition at line 136 of file permutable_label_fusion_mover.hxx.
|
inline |
Definition at line 130 of file permutable_label_fusion_mover.hxx.
|
inline |
get a reference to the merge
Definition at line 122 of file permutable_label_fusion_mover.hxx.
|
inline |
Definition at line 95 of file permutable_label_fusion_mover.hxx.
| const Graph& opengm::McClusterOp< GM, ACC >::graph_ |
Definition at line 140 of file permutable_label_fusion_mover.hxx.
| MergeGraph& opengm::McClusterOp< GM, ACC >::mergeGraph_ |
Definition at line 141 of file permutable_label_fusion_mover.hxx.
| opengm::McClusterOp< GM, ACC >::OPENGM_GM_TYPE_TYPEDEFS |
Definition at line 49 of file permutable_label_fusion_mover.hxx.
| Parameter opengm::McClusterOp< GM, ACC >::param_ |
Definition at line 143 of file permutable_label_fusion_mover.hxx.
| vigra::ChangeablePriorityQueue< ValueType ,std::greater<ValueType> > opengm::McClusterOp< GM, ACC >::pq_ |
Definition at line 142 of file permutable_label_fusion_mover.hxx.
| std::vector<ValueType>& opengm::McClusterOp< GM, ACC >::weights_ |
Definition at line 144 of file permutable_label_fusion_mover.hxx.
1.8.9.1