搜索资源列表
分水岭源码
- 用MATLAB编的.很简单的程序.
分水岭算法VC实现
- 本程序用VC++编写,实现了分水岭算法对图像的分割。效果非常不错
watershed分水岭算法
- watershed分水岭算法的源代码对彩色图像能直接处理
分水岭分割算法原理与代码
- 详细的介绍了分水岭算法的原理,已经相应的源代码.
分水岭算法——matlab
- matlab 图形界面 标记分水岭方法 图像分割
彩色图像分水岭分割后,邻域的获取和特征的提取
- 彩色图像分水岭分割后,邻域的获取和特征的提取
cvWatershed 基于C++语言的分水岭算法
- 本程序是基于C++语言的分水岭算法,其中调用了opencv的函数库。-This procedure is based on C++ language, watershed algorithm, which is called the opencv library of functions.
WaterShed.rar
- 分水岭算法,可好使。可实现防过度分割的现象!!!!!!!!!!!,watershed
gridsegmentation.rar
- 基于边缘检测的迭代分水岭分割算法源码(内附图片等),Image Segmentation Using Iterative Watersheding Plus Ridge Detection
邻域的获取和特征的提取
- 彩色图像分水岭分割后,邻域的获取和特征的提取。,color-images neighborhood and its feature s obtaining, after watershed segmentation.
watershed.rar
- 本程序是实现分水岭图像分割,对许多图像效果良好,This procedure is the realization of the watershed image segmentation, the effect of good
color3dseg.rar
- 彩色图像分割算法:彩色分水岭分割算法,C++实现,直接对彩色图像进行分割处理。,Color Image Segmentation Algorithm: color watershed segmentation algorithm, C++ to achieve a direct segmentation of color image processing.
watershed.rar
- 程序实现分水岭变换的图像分割,是基于直观分水岭定义的图像分割算法的实现。附件中包含算法介绍的文章。,Process to achieve watershed transformation of image segmentation is based on the intuitive definition of the watershed image segmentation algorithm. Algorithm is described in the annex containing the
LevelSet.rar
- 基于matlab平台的分水岭算法图像分割,提取细胞轮廓,Matlab platform based on watershed algorithm image segmentation, contour extraction of cells
watershed.rar
- watershed(分水岭算法),在opencv下,采用c编写,\watershed
fenshuiling
- 基于matlab开发的分水岭分割,挺好的,试试吧-Matlab developed based on watershed segmentation, very good, and give it a try
轮廓、分水岭算法
- 基于opencv实现了轮廓检测和利用分水岭对图像进行分割,简单而且有效。该程序基于MFC,很好,很强大。
分水岭_算法
- 分水岭的计算过程是一个迭代标注过程。分水岭比较经典的计算方法是L. Vincent提出的。在该算法中,分水岭计算分两个步骤,一个是排序过程,一个是淹没过程。首先对每个像素的灰度级进行从低到高排序,然后在从低到高实现淹没过程中,对每一个局部极小值在h阶高度的影响域采用先进先出(FIFO)结构进行判断及标注。(The watershed computation process is an iterative annotation procedure. Watershed comparison, th
【77】分水岭算法
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
77_分水岭算法
- 使用分水岭算法实现图像分割,书中例子。。。。。。。。。。(watershed algorithm)