搜索资源列表
分水岭分割算法原理与代码
- 详细的介绍了分水岭算法的原理,已经相应的源代码.
分水岭分割精美算法!
- 分水岭分割精美算法!分水岭分割精美算法!分水岭分割精美算法!
seg_source
- 图像分割算法,主要有水平集算法,等等其他的算法。-image segmentation algorithm, the main level of algorithm, and so on the other algorithms.
energy-v1.1.src.tar
- 一种基于能量最小化的图像分割算法,相关论文曾经获得最佳论文奖。(用winrar解压)-based on the minimum energy of image segmentation algorithm, the relevant papers had best paper award. (Using WinRAR decompression)
Summerwatershold
- 细胞粘连分割算法,分水岭实现,是一篇论文的验证程序,保证可靠性,实验图片附内-cell adhesion segmentation algorithm, a watershed achievement is a paper verification process to ensure reliability, within experimental Photo :
watershare
- 基于分水岭的图像分割算法,全面,可以在vc下运行。-based on the watershed image segmentation algorithm, complete, the vc running.
WatershedMethod
- 分水岭图像分割算法,针对灰度图像,将H划分为0-255层进行淹没.然后输出分割后的图形层-watershed image segmentation algorithm, against gray image, will be divided into H 0-255 layer drowned. then segmented output graphics layer
Watershed_Algorithm
- 对图像进行的分水岭分割算法,java语言类-images of the watershed segmentation algorithm, java language category
wawtershed
- 图像的三种分水岭分割方法,一般分水岭分割,使用梯度的两次分水岭分割及使用梯度加掩模的三次分水岭算法-images of the three watershed segmentation method, the general watershed segmentation, gradient of the two watershed segmentation and the use of the gradient increases ma
WarterShedTransform
- 分三种类型实现分水岭算法:一般分水岭分割、使用梯度的两次分水岭分割、使用梯度加掩模的三次分水岭算法-Realize three types of sub-watershed algorithm: a general watershed segmentation, the use of two gradient watershed segmentation, the use of gradient mask plus three wate
watershed
- 图像预处理:分水岭分割算法,图像灰度化、高斯平滑、均衡直方图、图像对比度增强-Image Pre-processing: a watershed segmentation algorithm, images of gray-scale, Gaussian smoothing, balanced histogram, image contrast enhancement
OpenBitmap
- 图像分割算法,包括阈值分割(固定阈值、迭代阈值、一维最大熵阈值)、边缘分割、轮廓分割-Image segmentation algorithms, including the threshold segmentation (fixed threshold, iterative threshold, one-dimensional maximum entropy thresholding), edge segmentation, cont
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
gridsegmentation
- 基于边缘检测的迭代分水岭分割算法源码(内附图片等)-Image Segmentation Using Iterative Watersheding Plus Ridge Detection
color3dseg
- 彩色图像分割算法:彩色分水岭分割算法,C++实现,直接对彩色图像进行分割处理。-Color Image Segmentation Algorithm: color watershed segmentation algorithm, C++ to achieve a direct segmentation of color image processing.
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
分水岭_算法
- 分水岭的计算过程是一个迭代标注过程。分水岭比较经典的计算方法是L. Vincent提出的。在该算法中,分水岭计算分两个步骤,一个是排序过程,一个是淹没过程。首先对每个像素的灰度级进行从低到高排序,然后在从低到高实现淹没过程中,对每一个局部极小值在h阶高度的影响域采用先进先出(FIFO)结构进行判断及标注。(The watershed computation process is an iterative annotation proce
2Watershed
- 分水岭分割算法是实现高分辨率遥感影像的分割。里面有各个详细的函数,可直接运行(To achieve remote sensing image segmentation)
segmentation_picture(分水岭分割算法)
- 初步实现分水岭分割算法,平台为:VS 2015 + opencv 3.2(Preliminary realization of watershed segmentation algorithm)