OpenCV  4.10.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 ( body) const

◆ numVertices()

int cv::detail::Graph::numVertices ( ) const
inline

◆ walkBreadthFirst()

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

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