Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
Classes
image_graph.h File Reference
#include <assert.h>
#include <vector>
#include <map>
#include <algorithm>

Go to the source code of this file.

Classes

class  ImageEdge
 Represents an edge between two pixels in an image. Each edge is characterized by a weight and the adjacent nodes. More...
 
class  ImageEdgeSorter
 Class for sorting edges according to weight. More...
 
class  ImageNode
 Represents a pixel in a video. Each pixel is represented by its color which is needed to compute the weights between pixels. More...
 
class  ImageGraph
 Represents an image graph, consisting of one node per pixel which are 4-connected. More...