Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
drwnWeightedPixelEdge Class Reference

Weighted undirected arc between pixels in an image. More...

Public Member Functions

 drwnWeightedPixelEdge (const cv::Point &_p, const cv::Point &_q, double _w=0.0)
 
bool operator< (const drwnWeightedPixelEdge &e) const
 default comparison for sorting
 

Public Attributes

double w
 weight
 
cv::Point p
 first pixel
 
cv::Point q
 second pixel
 

Detailed Description

Weighted undirected arc between pixels in an image.


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