OpenCV  3.2.0-dev
Open Source Computer Vision
cv::detail::GraphEdge Struct Reference

#include "util.hpp"

Collaboration diagram for cv::detail::GraphEdge:

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
 

Member Function Documentation

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

References weight.

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

References weight.

Member Data Documentation

int cv::detail::GraphEdge::from
int cv::detail::GraphEdge::to
float cv::detail::GraphEdge::weight

The documentation for this struct was generated from the following file: