OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::detail::Graph クラス

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

Collaboration diagram for 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

このクラス詳解は次のファイルから抽出されました: