搜索资源列表
-
0下载:
用于图像处理,利用分水岭方法实现灰度图像的分割-For image processing, gray-scale implementation Ways to use a watershed image segmentation
-
-
0下载:
图像分割算法,基于水波特征的分割,适合于比较小的图像。-Image segmentation algorithm, based on wave characteristics of partition, suitable for relatively small images.
-
-
0下载:
C语言开发的基于梯度图的分水岭变换,用于灰度图像的分割,具有比较好的分割效果。-C language development gradient map based on watershed transformation for gray-scale image segmentation, with a relatively good segmentation results.
-
-
1下载:
分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。
-Watershed segmentation method is a
-
-
0下载:
matlab分水岭算法图像分割
Image=imread( D:\Backup\我的文档\My Pictures\clip_image002.jpg ) -matlab watershed algorithm for image segmentation Image = imread (' D: \ Backup \ My Documents \ My Pictures \ clip_image002.jpg' )
-
-
1下载:
标记分水岭分割算法,用来对图像中的目标物体是连在一起的时候进行图像分割-Mark Watershed segmentation algorithm, used to image the target object is linked to the time for image segmentation
-
-
0下载:
改进分水岭方法实现图像分割,已运行成功,可供需要者下载参考学习。-Improved watershed image segmentation method has been run successfully, for those who need to download reference learning.
-
-
0下载:
在图像立体匹配过程中,经常用到分水岭算法,对图像进行分割,然后进行立体匹配-In stereo matching process, often used watershed algorithm for image segmentation and stereo matching
-
-
0下载:
this is a code for segmenting images using the watershed algorithm. the Pdf paper to accopaning this work is attached to this document
-