搜索资源列表
区域生长分割算法
- 利用堆栈实现的区域生长图像分割算法
RegionGrowt.zip
- 一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。,C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.
LBP.rar
- 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
Region-Grow
- 区域生长算法,用于图像分割。 运行RunGrow.m 修改文件名即可。-Region growing algorithm for image segmentation. Run RunGrow.m modify the file name.
seg_oneseed
- 单种子点区域生长图像分割算法:基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上-Single seed point region growing image segmentation algorithms: the basic processing method is based on a set of seed points, started to trip the growth region, which is about predefi
111quyushengzhang
- 又一个经典区域生长源码(区域增长),自带图象可测试,为什么用m代码编写?因为易懂,易用,易改写成其他语言,根据您自己的平台和需求,将这经典的算法应用到您自己的课题项目中去吧,请尽情享用-Another classic source of regional growth (regional growth), bring their own images can be tested, why m coding? Because easy-to-understand, easy to use, eas
regingrow_modify
- 本文提供了一种区域生长代码,并对其中的一些算法进行了修改,通俗易懂,值得初学者借鉴.-This article provides a code region growing, and one of a number of algorithm modifications, user-friendly, it is worth drawing for beginners.
region_growing
- 区域生长算法对特定区域的分割或提取。希望大家参考和交流。-Region growing algorithm to partition or region-specific extraction.
dip2
- 区域生长算法(改进)适合图像分割,特征区域提取-Region growing algorithm (improvement) for image segmentation, feature extraction region
imreconstructsz
- 对脑部ct图像的头骨形状进行区域生长算法的运算-Ct images of the brain the skull shape of region growing algorithm for computing
RegionGrowing
- 用matlab实现的区域生长算法,能进行图像的区域分割!-RegionGrowing!!
get
- 图像处理中要经常用到区域生长,一般方法非常耗时,这个新方法算法速度非常快,结构简单-Frequently used in image processing to regional growth, the general method is very time-consuming, this new method algorithm is very fast, simple structure,
regiongrowing
- 用MATLAB实现的基于区域生长算法的图像分割-Implemented using MATLAB-based region growing algorithm for image segmentation
xinxilun
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
seg_twoseeds
- 区域生长算法,使用该算法来提取功能磁共振图像中的相关组织,比如大脑白质,灰质,脑脊液-region growing,using it to extrat the issue of the whithe matter,gray matter,GSF from the image of fmar
regionGrow
- 区域生长算法实现,适用于图像分割,源代码(Region growing algorithm)
Untitled
- 利用区域生长算法对图像进行分割,将图像中人物从背景中分离出来(Separating the characters from the background from the background)
split
- 利用matlab程序编写的图像分割代码,算法为区域生长算法,效果很好(Image segmentation code written by MATLAB program, the algorithm is regional growth algorithm, the effect is very good)
区域生长法分割
- 数字图像分割算法一般是基于灰度值的两个基本特性之一:不连续性和相似性。前一种性质的应用途径是基于图像灰度的不连续变化分割图像,比如图像的边缘。第二种性质的主要应用途径是依据实现指定的准则将图像分割为相似的区域。区域生长算法就是基于图像的第二种性质,即图像灰度值的相似性。(Digital image segmentation algorithm is one of the two basic characteristics of gray value based on discontinuity
grow3
- 区域生长算法,可较好地实现城市主干道道路块提取,配合数学形态学操作可实现城市主干道道路提取(Regional growth algorithm)