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

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