搜索资源列表
区域增长
- 本代码为区域增长算法,通过区域增长法可以进行图像区域分割
openCV图像处理,内含边缘检测
- openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
segmentation3D.rar
- 利用itk的区域增长算法,分割三维图像并用vtk进行重建显示,Regional growth in the use of the itk algorithm, segmentation and three-dimensional image reconstruction shows vtk
Yuzhifenge
- 图像阈值分割,包括:直方图门限选择、半阈值选择和迭代阈值。图像边缘提取,包括:轮廓提取、边界跟踪和区域增长-Image threshold segmentation, including: histogram threshold selection, quasi-threshold selection and iterative thresholds. Image Edge Detection, including: contour extraction, boundary tracking a
Region_Grow
- matlab区域增长图像分割程序,通过种子点搜索邻域的方法进行增长-matlab image segmentation procedures for regional growth
segment
- 使用区域增长的算法进行区域分割。鼠标点击图像的某个区域的某个像素,并指定染色所用颜色(红绿蓝黑),程序执行的结果是用指定的颜色把某个区域显示出来。-Regional growth in the use of regional segmentation algorithm. A mouse click on the image of a pixel region, and specify the dye color used (black and red and green), implement
RegionGrow921
- 基于区域增长的图像分割算法,非常经典,用MATLAB编写,已测试可用,对新手有帮助-Based on region growing image segmentation algorithm, very classic, with MATLAB writing, have been tested is available on the novice help
chuli
- 区域增长法对图像进行分割处理,并去噪处理,图像增强-Region-growing segmentation of the image processing and de-noising processing, image enhancement
regiongrowing
- 这是个关于图像区域增长分割算法的源程序,在matlab上实现-This is a region growing image segmentation algorithm on the source, to achieve in matlab
D_regionGrow
- 用区域增长算法来进行图像分割,图像二值化,是很好的分割算法-With the region growing algorithm for image segmentation, image binarization, is a very good segmentation
imagesegmentation
- 压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和K均值法。图片可用于检验。-The rar folder includes four source code of image segmentation,ie.thresholding, region growing, splitting and merging, kmeans. The images are able to be used for evaluation and verification.
regiongrow
- 区域增长 图像分割 源代码 matlab编写 直接运行-Source region growing image segmentation
demo
- 本程序包括图像的几何变换、图像的灰度变换、图像的空域增强、图像的频域增强、图像的形态学处理、图像的分割和区域增长、还有图像的数字识别等一系列有关图像的基本操作和处理。-This procedure including the image geometric transform, the image gradation transformation, the image air zone strengthens, the image frequency range to strengthen, i
tuxiangfengexitong
- 这是个基于VC++的图像处理系统,主要实现实现系统能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开的功能 2.实现系统能对图像文件进行保存,另存的功能 3.实现系统能对图像文件进行打印的功能 4.实现系统退出操作的功能 5.图像分割:阈值分割、区域生长、分裂合并 、区域增长法、特征空间聚类法、用分水岭变换分割法等各种方法,实现复杂区域的分割 希望对大家有用-This is based on VC++ image processing system, t
tsegmentation3Dk
- 利用itk的区区域增长算法,分割三维图像并用vtk进行重建显示-Use itk District region growing algorithm, split the three-dimensional image reconstruction display using vtk
quyushengzhang
- 区域生长图像分割,区域生长方法是根据同一物体区域内象素的相似性质来聚集象素点的方法,从初始区域(如小邻域或甚至于每个象素)开始,将相邻的具有同样性质的象素或其它区域归并到目前的区域中从而逐步增长区域,直至没有可以归并的点或其它小区域为止。-Region growing image segmentation
region_growing_3D
- 该程序课实现针对三维图像进行区域增长的分割函数-The program for the course to achieve a three-dimensional image of the partition function of regional growth
设计模式14号
- 区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。(segmentation; cut apart; break up; excision; comminute)
regiongrowing
- 基于区域增长对图像进行分割,得到感兴趣区域(Sengment image based on the regiongrowing.)
Region_growing
- 图像分割方法区域增长法,基于区域增长的感兴趣区域分割方法,区域生长是一种根据事先定义好的准则将像素或者子区域聚合成更大区域的过程(Image segmentation algorithm region growth method)