搜索资源列表
分水岭分割算法原理与代码
- 详细的介绍了分水岭算法的原理,已经相应的源代码.
gridsegmentation.rar
- 基于边缘检测的迭代分水岭分割算法源码(内附图片等),Image Segmentation Using Iterative Watersheding Plus Ridge Detection
邻域的获取和特征的提取
- 彩色图像分水岭分割后,邻域的获取和特征的提取。,color-images neighborhood and its feature s obtaining, after watershed segmentation.
color3dseg.rar
- 彩色图像分割算法:彩色分水岭分割算法,C++实现,直接对彩色图像进行分割处理。,Color Image Segmentation Algorithm: color watershed segmentation algorithm, C++ to achieve a direct segmentation of color image processing.
LevelSet.rar
- 基于matlab平台的分水岭算法图像分割,提取细胞轮廓,Matlab platform based on watershed algorithm image segmentation, contour extraction of cells
fenshuiling
- 基于matlab开发的分水岭分割,挺好的,试试吧-Matlab developed based on watershed segmentation, very good, and give it a try
fenshuiling 关于图像分割技术
- 此程序是关于图像分割技术,用分水岭和suan算子对细胞图像进行分割,并对细胞进行计数和统计。算出细胞个数和细胞面积。-This program is about image segmentation, watershed and suan operator with the cell image segmentation, and cell counting and statistics. Calculate the cell number and cell size.
Remark-WatershedSegmentation
- 性能上比经典分水岭有很大的提高。特别对于自然图像的分割,效果特别好。-Performance than the classical watershed have greatly improved. Especially for natural image segmentation, the effect particularly good.
vcdivide
- 本书基于直观分水岭定义的图像分割算法,有直观的程序,简单易懂。-The book based on the intuitive definition of watershed image segmentation algorithm, there is an intuitive process, easy-to-read.
WaterShed2
- 非常好像的分水岭算法,主要用于图像分割方面的-If the watershed algorithm is mainly used for image segmentation area
watershed
- 3种不同的分水岭分割方法以及三种方法的比较-3 different methods of watershed segmentation and Comparison of Three Methods
test16
- 舌像的梯度提取,然后进行分水岭分割,最后进行邻近区域合并,得到舌体图像。-tongue-image s watershed segmentation based on its gradient change.
graywatershed
- 一个基于matlab的改进的灰度图像分水岭分割算法,该算法改进了普通的分水岭算法的过分割等问题,经过一系列处理可是分割结果更加准确。-Matlab based on gray-scale image of the improved watershed segmentation algorithm to improve the ordinary over-segmentation of watershed algorithm and so on, but after a series dealin
Temp
- 数字图像处理,图像分割,分水岭分割,轮廓提取,轮廓跟踪,膨胀,特征提取,BP神经网络-Digital image processing, image segmentation, watershed segmentation, contour extraction, contour tracing, expansion, feature extraction, BP neural network
fsl
- 图像分割中的分水岭分割,每句程序后都有详细注释,经过运行效果不错-Image segmentation in watershed segmentation, end of each procedure are detailed notes, good results after operation
Image_visual
- 数字图像处理 基于VS2005的分水岭分割实例-Digital image processing based on the watershed segmentation instance VS2005
图像分割
- 实现了遥感图像可以进行阈值分割和分水岭分割(Threshold segmentation, watershed segmentation)
【77】分水岭算法
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
2Watershed
- 分水岭分割算法是实现高分辨率遥感影像的分割。里面有各个详细的函数,可直接运行(To achieve remote sensing image segmentation)