OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::detail::Graph Class Reference

#include <opencv2/stitching/detail/util.hpp>

Public Member Functions

 Graph (int num_vertices=0)
 
void addEdge (int from, int to, float weight)
 
void create (int num_vertices)
 
template<typename B >
forEach (B body) const
 
int numVertices () const
 
template<typename B >
walkBreadthFirst (int from, B body) const
 

Constructor & Destructor Documentation

◆ Graph()

cv::detail::Graph::Graph ( int  num_vertices = 0)
inline

Member Function Documentation

◆ 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 ( body) const

◆ numVertices()

◆ walkBreadthFirst()

template<typename B >
B cv::detail::Graph::walkBreadthFirst ( int  from,
body 
) const

The documentation for this class was generated from the following file: