搜索资源列表
ZUDASAHNG_SEGmention
- 图像局部最大熵进行区域增长的多目标分割方法 .以局部熵最大值作为目标种子 ,运用区域增长技术实现多目标分割 ,一种常用的方法是预先给图像设置初始增长元,即预先投掷种子,在一定的规则下由增长元开始增长,这种方法需要对不同的区域投掷不同的种子.但是,对复杂多目标图像,投掷种子是一件比较困难的事.在背景变化比较大的多目标图像中,目标与背景是不同的,目标的灰度相对变化较小,而背景的灰度变化比较大.从信息论角度看,灰度变化小的地方其信息量少,局部熵值大 灰度变化大的地方,其信息量多,局部熵值小,由此可以认
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
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
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
imagesegment
- 基于小区域增长的MDCT图像分割 是一种很好的基于CT图像的分割方法-Based on the regional growth MDCT image segmentation is a kind of very good method of image segmentation based on CT.
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.
quyuzengzhang
- 利用区域增长的方法来实现对图像的区域分割 -picture segmention based on increasing of region
region-growing
- 基于区域增长的图像分割 数字图象处理 堆栈法-Region growing based 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
quyuzengzhang
- 一种基于区域增长的图像分割方法,代码实现比较简单。-An image segmentation method based on regional growth, the code is relatively simple.
image-fenge
- 在matlab环境下,基于区域增长的图像分割,代码完整,简单易懂。-In the matlab environment, based on region growing image segmentation, code integrity, simple and understandable.
RegionGrow921
- 基于区域增长的图像分割算法,非常经典,用MATLAB编写,已测试可用,对新手有帮助-Based on region growing image segmentation algorithm, very classic, with MATLAB writing, have been tested is available on the novice help
jiyuquyuzengchangdetuxiangfenge
- 图像分割的一种算法,基于区域增长的图像分割算法-image processing
设计模式14号
- 区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。(segmentation; cut apart; break up; excision; comminute)
Region_growing
- 图像分割方法区域增长法,基于区域增长的感兴趣区域分割方法,区域生长是一种根据事先定义好的准则将像素或者子区域聚合成更大区域的过程(Image segmentation algorithm region growth method)