#include <opencv2/stitching/detail/util.hpp>
Public Member Functions | |
GraphEdge (int from, int to, float weight) | |
bool | operator< (const GraphEdge &other) const |
bool | operator> (const GraphEdge &other) const |
Public Attributes | |
int | from |
int | to |
float | weight |
int cv::detail::GraphEdge::from |
Referenced by cv::detail::Graph::numVertices().
int cv::detail::GraphEdge::to |
Referenced by cv::detail::Graph::numVertices().
float cv::detail::GraphEdge::weight |
Referenced by cv::detail::Graph::numVertices(), operator<(), and operator>().