OpenCV  2.4.13.3
Open Source Computer Vision
cv::detail::GraphEdge Struct Reference

#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
 

Constructor & Destructor Documentation

§ GraphEdge()

cv::detail::GraphEdge::GraphEdge ( int  from,
int  to,
float  weight 
)
inline

Member Function Documentation

§ operator<()

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

§ operator>()

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

Member Data Documentation

§ from

int cv::detail::GraphEdge::from

§ to

int cv::detail::GraphEdge::to

§ weight

float cv::detail::GraphEdge::weight

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