Machine learningSegmentation
分水岭分割
分水岭分割是一种形态学图像处理技术,它通过将图像强度视为地形景观,其中每个对象对应一个山谷,从而自动将图像分割成不同的区域。该算法由 Beucher 和 Lantuéjoul 于 1979 年提出,并经 Meyer 改进,在分离接触或重叠对象方面特别有效。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Meyer, F. (1994). Topographic distance and watershed lines. Signal Processing, 38(1), 113–125. DOI: 10.1016/0165-1684(94)90060-4 ↗
- Beucher, S., & Lantuéjoul, C. (1979). Use of watersheds in contour detection. International Workshop on Image Processing, Real-Time Edge and Motion Detection/Estimation, 2.1–2.12. link ↗
如何引用本页
ScholarGate. (2026, June 3). Watershed Algorithm for Image Segmentation. ScholarGate. https://scholargate.app/zh/computer-vision/watershed-segmentation
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 斑点检测计算机视觉↔ compare
- Canny边缘检测计算机视觉↔ compare
- 轮廓分析计算机视觉↔ compare
- 直方图均衡化计算机视觉↔ compare
- 图像形态学操作计算机视觉↔ compare