Darwin
1.10(beta)
|
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 | |
Weighted undirected arc between pixels in an image.