搜索资源列表
WaterShed.rar
- 分水岭算法,可好使。可实现防过度分割的现象!!!!!!!!!!!,watershed
LevelSet.rar
- 基于matlab平台的分水岭算法图像分割,提取细胞轮廓,Matlab platform based on watershed algorithm image segmentation, contour extraction of cells
watershed.rar
- watershed(分水岭算法),在opencv下,采用c编写,\watershed
segmentation
- 包含区域增长法的区分水岭算法,区域增长分为两步,一是合并极小区;二是合并相似等等,非常不错的代码,-Image Watershed Segmentation code
MyImageDB(imageobject)
- 分水岭算法分割的VC++源代码 与大家共同学习-Watershed algorithm to separate the VC++ source code and common learning
watershed
- 利用滤波算子、数学形态学等知识实现分水岭算法。-The use of filtering operator, mathematical morphology, such as knowledge of the realization of the watershed algorithm.
IP-Programing
- 1。演示程序中增加了三个鼠标功能的演示程序与真彩色图 像像素数据的显示。 2、新增了四个菜单,即分水岭算法、线段表新应用、论文例图和应 用模块,它们都是交稿后到最近这段时间里所做的工作。新增内 容都是在此编程环境下完成的。 3、分水岭算法菜单中给出了分割粘连图像的四种方法。 4、线段表新应用菜单给出了用种子填色法实现的连通区域分割方法, 它比线段编码法简单,还介绍了用线段表实现数 学形态学中腐蚀膨胀的快速算法。 中所用图像的生成步骤,
watershed_transform
- 此代码可以在VC和OpenCV开发环境下实现分水岭算法的道路分割-This code can be in the VC and OpenCV development environment to achieve the path of a watershed segmentation algorithm
watershed
- 一个短小精悍的分水岭算法,用Matlab实现,程序简单易懂-A dapper watershed algorithm, using Matlab implementation, the program easy-to-read
WaterShed
- 分水岭算法源代码[VC] 结果明显 实用-Watershed algorithm source code [VC] clear practical results
watershed
- 自己编的分水岭算法的程序 大家随便看看吧-Own procedures for the watershed algorithm we just take a look at it
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
Watershed
- 分水岭算法代码,以及说明。用标记-分水岭算法对图像进行分割-Watershed segmentation algorithm
fenshuilingsuanfa
- 基于分水岭算法和图论的图像分割,所使用的方法为分水岭算法和Normalized Cut方法-Based on watershed algorithm and graph theory, image segmentation, the method used as a watershed algorithm and Normalized Cut method
Watershed
- 分水岭算法的几个经典参考论文,希望对大家研究这个算法有所帮助。-Several classic watershed algorithm reference paper, we want to help of this algorithm.
fenshuilingsuanfa
- 分水岭算法及区域合并VC代码,进行图像分割处理-fen shui ling suanfa and qu yu he bing vc dai ma
77433642fenshuiling_2
- 图像分割中的分水岭算法,且用matlab实现的。-The watershed segmentation algorithm, and implemented with matlab.
Watershed-16
- 分水岭算法的实现,能自动对图像进行分割,任何图像都能够读取-Watershed algorithm, can automatically split the image
【77】分水岭算法
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
77_分水岭算法
- 使用分水岭算法实现图像分割,书中例子。。。。。。。。。。(watershed algorithm)