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
- Thresholding: Global, Adaptive, Otsu
- Region Growing & Watershed
- Contours & Connected Components
- Superpixels