- Segment an image using global thresholding and then Otsu’s method.
- Experiment with varying parameters like scale, sigma, min_size for Felzenszwalb; and n_segments, compactness for SLIC.
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.
Jupyter Notebook