OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::detail::GraphEdge 結構體參考

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

cv::detail::GraphEdge 的協作圖

公共成員函式

 GraphEdge (int from, int to, float weight)
 
bool operator< (const GraphEdge &other) const
 
bool operator> (const GraphEdge &other) const
 

公共屬性

int from
 
int to
 
float weight
 

成員函式文件

◆ operator<()

bool cv::detail::GraphEdge::operator< ( const GraphEdge & other) const
inline

◆ operator>()

bool cv::detail::GraphEdge::operator> ( const GraphEdge & other) const
inline

成員資料文件

◆ from

int cv::detail::GraphEdge::from

◆ to

int cv::detail::GraphEdge::to

◆ weight

float cv::detail::GraphEdge::weight

此結構體的文件由以下檔案生成