Public Member Functions | Public Attributes
cv::detail::GraphEdge Struct Reference

#include <util.hpp>

List of all members.

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

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

Member Function Documentation

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

Member Data Documentation


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