Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
|
Class for sorting edges according to weight. More...
#include <image_graph.h>
Public Member Functions | |
bool | operator() (const ImageEdge &g, const ImageEdge h) |
Compare to edges according to their weights. More... | |
Class for sorting edges according to weight.
Compare to edges according to their weights.
[in] | g | first edge |
[in] | h | second edge |