ERGC Superpixels

Eikonal-based Region Growing Clustering webpage.

Future release will contain the "moving superpixels" procedure.

Main features :

Brief description :

ERGC is a tool to compute easily and efficiently an over-segmentation of an image. Without any prior, the regions (or superpixels) are sampled on a grid with equal sampling step along each axis. A spatial constraint term can be used to enforce compactness of the superpixels (see eagle image above).

Note: The sampling steps can also be tuned by the user to fit morphological components of the image. Your own seed image can also be used.

ERGC is based on the CImg library. It can deal with almost any type of images, is easy to use, fast and efficient.

Installation steps :

See the README for usage.