搜索资源列表
分水岭算法VC实现
- 本程序用VC++编写,实现了分水岭算法对图像的分割。效果非常不错
watershed分水岭算法
- watershed分水岭算法的源代码对彩色图像能直接处理
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
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
gaijinfenshuiling
- 改进分水岭算法,详细注解标在m文件内了,希望对大家有用-Improved watershed algorithm and hope for all of us
MultiDocImageN
- 图像处理与应用程序,由输入输出模块、基本处理模块与应用实例三部分组成。 输入输出模块:图像文件、视频采集(640x480)。 基本处理模块:点处理、邻域处理、彩色图像处理、二值图像处理、形态学处理、区域与边界处理。 应用实例:组合阈值、分水岭算法、PCB图像处理、图像合成原理。 - Image Processing Program,consist ImageFile,PointProcessing,NeighborProcessing,ColorImageProcess
【77】分水岭算法
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
77_分水岭算法
- 使用分水岭算法实现图像分割,书中例子。。。。。。。。。。(watershed algorithm)