Module 4 Image Segmentation - iffatAGheyas/computer-vision-handbook GitHub Wiki

✂️ Module 4: Image Segmentation

In Module 4, we explore how to partition an image into meaningful regions or objects. You’ll learn techniques ranging from simple thresholding to advanced region-growing methods, discover how to extract shape contours and connected components, and dive into superpixel algorithms for more efficient segmentation.


📑 Contents

  1. Thresholding: Global, Adaptive, Otsu
  2. Region Growing & Watershed
  3. Contours & Connected Components
  4. Superpixels