#include <opencv2/stitching/detail/util.hpp>
◆ Graph()
cv::detail::Graph::Graph |
( |
int | num_vertices = 0 | ) |
|
|
inline |
◆ addEdge()
void cv::detail::Graph::addEdge |
( |
int | from, |
|
|
int | to, |
|
|
float | weight ) |
◆ create()
void cv::detail::Graph::create |
( |
int | num_vertices | ) |
|
|
inline |
◆ forEach()
template<typename B >
B cv::detail::Graph::forEach |
( |
B | body | ) |
const |
◆ numVertices()
int cv::detail::Graph::numVertices |
( |
| ) |
const |
|
inline |
◆ walkBreadthFirst()
template<typename B >
B cv::detail::Graph::walkBreadthFirst |
( |
int | from, |
|
|
B | body ) const |
The documentation for this class was generated from the following file: