|  | OpenCV
    3.3.1
    Open Source Computer Vision | 
#include "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 | 
| 
 | inline | 
| 
 | inline | 
| int cv::detail::GraphEdge::from | 
| int cv::detail::GraphEdge::to | 
| float cv::detail::GraphEdge::weight | 
 1.8.12
 1.8.12