You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
About
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.