搜索资源列表
分水岭算法VC实现
- 本程序用VC++编写,实现了分水岭算法对图像的分割。效果非常不错
watershed分水岭算法
- watershed分水岭算法的源代码对彩色图像能直接处理
matlab实现分水岭算法
- 用matlab实现了图像的分水岭算法,能够较好的对图像进行区域分割。
使用距离变换和分水岭算法分割图像的Matlab程序
- 使用距离变换和分水岭算法分割图像的Matlab程序
结合聚类的分水岭算法
- 结合聚类的分水岭算法。先对图像进行改进的分水岭运算,然后在对图像进行聚类得到比较精确的图像,效果较好
Watershed
- 图象处理的分水岭算法-the watershed image processing algorithm
Cartoon
- 图像处理中的一个算法, 提供分水岭算法的详细代码。-a arithmetic of image processing, codes for watershed arithmetic.
watershed
- 分水岭算法的源代码,对彩色图像能直接处理,是一种很好的算法,欢迎一起讨论-watershed algorithm source code, the color image can be directly addressed, it is a good algorithm, welcomed the discussion
dividealgorism
- 分水岭算法源码,提取图像的经典算法,用于医学影像处理。-watershed algorithm source, the classic image extraction algorithm, used in medical imaging.
Watershed-Segmentation
- 用标记-分水岭算法对输入图像进行分割 This the implementation of the algorithm based on immersion model.-Markers-watershed algorithm, the image segmentation This is the implement ation of the algorithm based on immersion model .
watershed_c++
- 一种分水岭算法的C语言程序。包含watershed.cpp, kenel.cpp, transform.cpp等源代码-a watershed algorithm C language program. Included watershed.cpp, kenel.cpp. transform.cpp such as source code
ij137d-src
- imageJ是根据NIH image(pascal)源代码用JAVA语言加以实现。是一种非常有用的医学图像分析源码,涵盖所有医学专业的大部分算法及分析方法,包括分水岭算法、threshold算法、纹理分析算法(另外的源代码滤件)等。最新版本源代码1.37。我是一名医学博士,对此软件强烈推荐。-imageJ under NIH image (pascal) source code increases with JAVA to achiev
fenshuiling
- 一个分水岭算法的源代码。可以用于图像分割。-a watershed algorithm source code. Can be used for image segmentation.
fenshui
- matlab环境下的基于形态学的分水岭算法,进行图象分割.-Matlab environment based on the morphology of the watershed algorithm for image segmentation.
WATERSHEDalgorithm
- 分水岭算法的函数,使用时需要调用。用vc++编写,算法较复杂-watershed algorithm functions, use need to call. Vc used to prepare, more complex algorithm
Watershedwwm
- 分水岭算法实现程序的头文件。提取图像的经典算法,用于医学影像处理。-watershed algorithm procedures of the headers. The classic image extraction algorithm, used in medical imaging.
watershed(VC++)
- 分水岭算法VC源代码和详细说明:梯度图像、标记图像的预处理,连通区域的标定,最后找到分水岭。详细说明梯度图像,标定图像,输出图像的初始化,绝对可用。-watershed algorithm source code and detailed descr iption : gradient image, marking image preprocessing, Calibration of regional connectivity, fi
DistanceTransform(VC)
- 距离变换算法距很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。并且附上详细的代码说明和例子。-distance from the algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare. And attached a deta
【77】分水岭算法
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershe
77_分水岭算法
- 使用分水岭算法实现图像分割,书中例子。。。。。。。。。。(watershed algorithm)