Class cv::detail::Graph#
#include <opencv2/stitching/detail/util.hpp>Collaboration diagram for cv::detail::Graph:
Constructor & Destructor Documentation#
Graph()#
Member Function Documentation#
addEdge()#
void cv::detail::Graph::addEdge(
int from,
int to,
float weight )
create()#
void cv::detail::Graph::create(int num_vertices)
forEach()#
numVertices()#
int cv::detail::Graph::numVertices()
walkBreadthFirst()#
template<typename B>
B cv::detail::Graph::walkBreadthFirst(
int from,
B body )
Member Data Documentation#
edges_#
std::vector< std::list< GraphEdge > > cv::detail::Graph::edges_
Source file#
The documentation for this class was generated from the following file:
opencv2/stitching/detail/util.hpp