搜索资源列表
分水岭算法VC实现
- 本程序用VC++编写,实现了分水岭算法对图像的分割。效果非常不错
watershed分水岭算法
- watershed分水岭算法的源代码对彩色图像能直接处理
matlab实现分水岭算法
- 用matlab实现了图像的分水岭算法,能够较好的对图像进行区域分割。
使用距离变换和分水岭算法分割图像的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
LevelSet.rar
- 基于matlab平台的分水岭算法图像分割,提取细胞轮廓,Matlab platform based on watershed algorithm image segmentation, contour extraction of cells
watershed.rar
- watershed(分水岭算法),在opencv下,采用c编写,\watershed
分水岭算法.doc
- 分水岭算法有好多种实现算法,拓扑学,形态学,浸水模拟和降水模拟等方式
2776matlabwatershed
- matlab 数字图像处理 分水岭算法 数字图像处理作业-matlab watershed algorithm of digital image processing of digital image processing operations
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
11
- 一般分水岭算法 最直接的分水岭算法 觉得还行-Watershed algorithm in general the most direct watershed algorithm
【77】分水岭算法
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
77_分水岭算法
- 使用分水岭算法实现图像分割,书中例子。。。。。。。。。。(watershed algorithm)