搜索资源列表
分水岭分割算法原理与代码
- 详细的介绍了分水岭算法的原理,已经相应的源代码.
分水岭分割精美算法!
- 分水岭分割精美算法!分水岭分割精美算法!分水岭分割精美算法!
gridsegmentation.rar
- 基于边缘检测的迭代分水岭分割算法源码(内附图片等),Image Segmentation Using Iterative Watersheding Plus Ridge Detection
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
vcdivide
- 本书基于直观分水岭定义的图像分割算法,有直观的程序,简单易懂。-The book based on the intuitive definition of watershed image segmentation algorithm, there is an intuitive process, easy-to-read.
yy
- 基于标记约束的分水岭分割程序 简单的图像分割算法-Marked a watershed-based segmentation procedure bound
watershed
- 基于ift的分水岭算法 可以在c++环境下,实现对彩色图像的分水岭分割,较基础分水岭算法节省了时间周期和复杂度。-ift-based watershed Segmentation
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
- 用Mathematica写的一个基于分水岭的图像分割算法,过程很详细。-Using Mathematica write a watershed-based image segmentation algorithm, the process in great detail.
WaterShed
- VC++图像分水岭分割算法控件及示例源代码,在Photoshop里会看到这种效果,程序可能还有不完善的地方,有时候会出现内存不足的提示,不过整体感觉程序写的还是不错的,有兴趣的VCFans可下载编译一下。-VC++ image watershed segmentation algorithm control, and sample source code, in Photoshop where will see this effect, the program may still be desi
ex_17_6
- 标记分水岭分割算法,如果图像中的目标物体是连接在一起的,采用这种方法能较好的解决问题-Marked a watershed segmentation algorithm, if the image of the object are connected together, using this method can better solve the problem
Watershed-algorithm
- 基于距离变换的分水岭分割算法,该算法可以实现对粘连物体的分割。-Watershed algorithm
分水岭_算法
- 分水岭的计算过程是一个迭代标注过程。分水岭比较经典的计算方法是L. Vincent提出的。在该算法中,分水岭计算分两个步骤,一个是排序过程,一个是淹没过程。首先对每个像素的灰度级进行从低到高排序,然后在从低到高实现淹没过程中,对每一个局部极小值在h阶高度的影响域采用先进先出(FIFO)结构进行判断及标注。(The watershed computation process is an iterative annotation procedure. Watershed comparison, th
【77】分水岭算法
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
2Watershed
- 分水岭分割算法是实现高分辨率遥感影像的分割。里面有各个详细的函数,可直接运行(To achieve remote sensing image segmentation)
图像分割
- 编写了一个gui界面,可以选择任意待处理的图像,可以实现边缘检测,阈值分割,添加噪声,以及分水岭分割等多种算法分割(A GUI interface is designed, which can select any image to be processed, and can realize edge detection, threshold segmentation, adding noise, and watershed segmentation and other segmentation
Watershed_pears
- 利用matlab程序编写的图像分割代码,算法为分水岭算法,分割效果很好(Image segmentation code written by MATLAB program, the algorithm is watershed algorithm, the segmentation effect is very good)
4-6改进分水岭分割算法
- 给出了关于图像的多种处理方法,并且自己相处了想出了分水岭算法的改进(Given a variety of approaches to image processing, and got along with the idea of an improved watershed algorithm)
segmentation_picture(分水岭分割算法)
- 初步实现分水岭分割算法,平台为:VS 2015 + opencv 3.2(Preliminary realization of watershed segmentation algorithm)