搜索资源列表
-
0下载:
图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
-
-
0下载:
在图像特征提取、识别以及基于特征的图像压缩等领域内,作为关键技术的图像分割方法具有重要的地位。本文首先对基于区域的图像分割技术进行了介绍。然后针对静态位图图像,利用基于链码的分水岭算法对图像进行分割.达到与人视觉系统比较符合的分割结果。-In the image feature extraction, recognition and feature-based image compression and other areas, as a key technology for image seg
-
-
0下载:
SegmentIt: Watershed Based Image Segmentation Tool. This interactive segmentation tool allows to switch back and forth between the watershed approaches (watershedSegmentIt: Watershed Based Image Segmentation Tool.
-SegmentIt: Watershed Based Image
-
-
1下载:
如果图像中的目标物体是连在一起的,则分割起来会更困难,分水岭算法经常用于处理这类问题,通常会取得比较好的效果。分水岭分割算法把图像看成一副“地形图”,其中亮度比较强的地区像素值较大,而比较暗的地区像素比较小,通过寻找“汇水盆地”和“分水岭界限”,对图像进行分割。-If the object in the image together, then split up and it will be more difficult, the watershed algorithm often used t
-