搜索资源列表
labe_forOpencv
- 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm
regiondivisionandcombination
- 基于四叉树分解并且使用区域分离和合并的图像分割-based quadtree decomposition and the use of regional separation and integration of image segmentation
Grayfulledge
- 包括三部分内容均与分水岭算法相关的matlab程序.1,求梯度图;2,区域标记;3,区域合并-include three parts with the watershed algorithm related procedures .1 Matlab, for the gradient map; 2. Regional markers; 3, regional merger
NewCloud2
- 区域边缘扩散,区域分裂,区域合并, 这是很好的原马 大家有空看一下啊-regional proliferation risk, regional separatism, regional merger, this is a good time to the original Ma you look at the ah
splitmerge
- 基于区域的分裂合并图像分割方法,包含三个m文件,predicate是分裂合并准则代码,split_test用于检测是否需要分裂,splitmerge用于分裂合并-split on the merger of regional image segmentation methods, including 3 m documents, predicate is to split the combined code guidelines, sp
SpeedGraph
- 摘要:针对高速高精度帧片机视觉检测中的元件图像分割问题,提出了一种改进分水岭算法。该算法结合传统的边缘检测和阈值分割,并采用一定的集水盆区域合并准则,有效地抑制了过分割现象。现场运行结果表明该算法效果很好,满足了帧片机视觉检测的要求。-Abstract: In view of high-speed high-precision machine vision inspection fr a me components in the
regiongrow
- 利用区域生长法实现对图象的分割,此为C-C++代码-Realize the use of region growing segmentation of images, this is C-C++ Code
SegmentationforImagesofVCH-F1BasednmprovedWatersed
- 针对分水岭算法存在的过分割问题以及VCH-F1切片图像的特点,提出一种能够有效消除局部极小值和噪声干扰的自动分割方法。首先比较彩色分量梯度图,选择分量图像的梯度信息,达到有效提取图像边缘信息的目的;然后提出基于多阈值分割的方法消除无效梯度信息;最后介绍了算法的步骤及结果。实验结果证明,通过该方法处理的梯度图像再进行分水岭算法处理,即使不进行区域合并也能达到很好的效果。-Watershed algorithm for over-segme
RAG
- 包含区域增长算法 区域合并算法 和阈值分割算法-Regional growth algorithm contains the algorithm and region merging threshold segmentation algorithm
WaterShed
- 实现了分水岭算法,并能够进行区域合并,能够处理各种类型的bmp,-Realize the watershed algorithm, and be able to carry out regional merger, able to deal with all kinds of bmp,
multiregion_fuse
- 过分割后区域合并代码。思想是在多尺度下,基于区域的色彩,纹理,形状信息的合并方法。-After the merger of over-segmentation region code. Thinking is in a multi-scale, region-based color, texture, shape information of the combined method.
RegionExtractsdk
- 彩色图像分割算法, 首先rgb到hsv,然后量化,分割成许多个小区域,然后用区域合并算法进行合并,一直预先设定的区域数目或者达到满足的聚类条件为止停止合并-Color Image Segmentation Algorithm, first of all, rgb to hsv, and then quantified, separated into many small regions, and then use the regio
RegionAnalyzesdk
- 这个是彩色图像分割方法。与RegionExtract采用的方法不同。 首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。-This is a method for color image se
splitmerge_matlab_program
- 关于图像分割、区域分离和合并的matlab程序-On image segmentation, region separation and merger procedures matlab
10.1.1.80.8622
- 混合分水岭图像分割方法和快速区域合并的方法-Hybrid Image Segmentation Using Watersheds and Fast Region Merging
test16
- 舌像的梯度提取,然后进行分水岭分割,最后进行邻近区域合并,得到舌体图像。-tongue-image s watershed segmentation based on its gradient change.
mycombine
- 进行图像区域合并操作,能够较为有效,较好的进行图像合并-combine the image,very effcient
Interactive_Image_Segmentation_by_Maximal_Similari
- 实现了区域合并的图像分割的经典方法,是Interactive Image Segmentation by Maximal Similarity based Region Merging 论文的源码,可以好好研究-Regional integration to achieve the classic method of image segmentation is the Interactive Image Segmentation by
PlateLocal(matlab)
- 实现车牌识别并自动定位* 主函数:MyCarLocal.m * * im2gray 将图像转化为灰度图象; * * mycombine 区域合并; * * select 前期处理的区域选取; * * isplate 判断检测出的区域是否为车牌区域,还需要继续完善。-Automatic license plate recognition and positioning to achieve
Adaptive
- 在边缘检测过程中 为了消除传统分水线算法引起的过分割现象,给出了一种新的过分割区域合并算法,该方法能把 复杂的目标图像分割成为一系列反映目标基本结构特征的简单区域。然后利用轮廓提取算法去除 图像内部的像素点,经最后处理得到的部分即是图像的边缘。-Adaptive Thresholds Edge Detection for Image Based on Segmentation