souheib1 / Waterpixels-Segmentation

Implementation of Waterpixels for image segmentation. The algorithm generates different distance maps, labels the connected components, and segments the image into superpixels using the marker-controlled watershed transformation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waterpixels-Segmentation

The project aims at implementing the Waterpixels method to obtain superpixels, exploiting the watershed controlled by markers. This method is of linear complexity and potentially provides a good compromise between boundary compliance and regularity.

Capture

About

Implementation of Waterpixels for image segmentation. The algorithm generates different distance maps, labels the connected components, and segments the image into superpixels using the marker-controlled watershed transformation.


Languages

Language:Jupyter Notebook 100.0%