OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::ximgproc::segmentation::Edge Class Reference

#include "segmentation.hpp"

Public Member Functions

bool operator< (const Edge &e) const
 

Public Attributes

int from
 
int to
 
float weight
 

Member Function Documentation

◆ operator<()

bool cv::ximgproc::segmentation::Edge::operator< ( const Edge e) const
inline

Member Data Documentation

◆ from

int cv::ximgproc::segmentation::Edge::from

◆ to

int cv::ximgproc::segmentation::Edge::to

◆ weight

float cv::ximgproc::segmentation::Edge::weight

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