OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::detail::Graph 类参考

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

cv::detail::Graph 的协作图

公共成员函数

 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
 

构造函数和析构函数文档

◆ 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

此类的文档是从以下文件生成的: