Goal In this chapter, We will learn to use marker-based image segmentation using watershed algorithm We will see: cv2.watershed() Theory Any grayscale image can be viewed as a topographic surface where high intensity denotes peaks and hills while low intensity denotes valleys. You start filling every isolated valleys (local minima) with different colored water (labels). As the water rises, dependi