OpenCV 4.12.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

此類的文件生成自以下檔案