소스 코드 및 이미지 출처 - https://docs.opencv.org/4.0.1/d3/db4/tutorial_py_watershed.html OpenCV: Image Segmentation with Watershed Algorithm Goal In this chapter, We will learn to use marker-based image segmentation using watershed algorithm We will see: cv.watershed() Theory Any grayscale image can be viewed as a topographic surface where high intensity denotes peaks and hills while low intens docs.ope..