Superpixel segmentation using SLIC and Felzenszwalb.
-
Updated
Apr 6, 2021 - Jupyter Notebook
Superpixel segmentation using SLIC and Felzenszwalb.
A C++ Felzenszwalb implementation with python bindings
This lab introduces image segmentation techniques using global thresholding and Otsu's method; explore parameter tuning for Felzenszwalb and SLIC algorithms, adjusting scale, sigma, min_size, n_segments, and compactness parameters to optimize image segmentation results for different applications.
Add a description, image, and links to the felzenszwalb topic page so that developers can more easily learn about it.
To associate your repository with the felzenszwalb topic, visit your repo's landing page and select "manage topics."