/Lab-10

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.

Primary LanguageJupyter Notebook

image

  1. Segment an image using global thresholding and then Otsu’s method.

image

  1. Experiment with varying parameters like scale, sigma, min_size for Felzenszwalb; and n_segments, compactness for SLIC.

image

image

image