|
OpenGM
2.3.x
Discrete Graphical Model Library
|
IBFS solver for the min st-cut framework GraphCut. More...
#include <minstcutibfs.hxx>
Collaboration diagram for opengm::external::MinSTCutIBFS< NType, VType >:Public Types | |
| typedef NType | node_type |
| typedef VType | ValueType |
| typedef IBFSGraph | graph_type |
Public Member Functions | |
| MinSTCutIBFS () | |
| MinSTCutIBFS (size_t numberOfNodes, size_t numberOfEdges) | |
| void | addEdge (node_type, node_type, ValueType) |
| void | calculateCut (std::vector< bool > &) |
IBFS solver for the min st-cut framework GraphCut.
Definition at line 14 of file minstcutibfs.hxx.
| typedef IBFSGraph opengm::external::MinSTCutIBFS< NType, VType >::graph_type |
Definition at line 20 of file minstcutibfs.hxx.
| typedef NType opengm::external::MinSTCutIBFS< NType, VType >::node_type |
Definition at line 17 of file minstcutibfs.hxx.
| typedef VType opengm::external::MinSTCutIBFS< NType, VType >::ValueType |
Definition at line 18 of file minstcutibfs.hxx.
| opengm::external::MinSTCutIBFS< NType, VType >::MinSTCutIBFS | ( | ) |
Definition at line 42 of file minstcutibfs.hxx.
| opengm::external::MinSTCutIBFS< NType, VType >::MinSTCutIBFS | ( | size_t | numberOfNodes, |
| size_t | numberOfEdges | ||
| ) |
Definition at line 49 of file minstcutibfs.hxx.
| void opengm::external::MinSTCutIBFS< NType, VType >::addEdge | ( | node_type | n1, |
| node_type | n2, | ||
| ValueType | cost | ||
| ) |
Definition at line 61 of file minstcutibfs.hxx.
| void opengm::external::MinSTCutIBFS< NType, VType >::calculateCut | ( | std::vector< bool > & | segmentation | ) |
Definition at line 79 of file minstcutibfs.hxx.
1.8.9.1