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

此结构体的文档由以下文件生成: