搜索资源列表
-
0下载:
Matlab边缘检测和区域生长图像分割算法代码,适合于图像边缘检测。-Matlab edge detection and region growing image segmentation algorithm code, suitable for edge detection.
-
-
0下载:
本文提供了一种区域生长代码,并对其中的一些算法进行了修改,通俗易懂,值得初学者借鉴.-This article provides a code region growing, and one of a number of algorithm modifications, user-friendly, it is worth drawing for beginners.
-
-
0下载:
region growing for image segmentation, code by Dkroon
-
-
3下载:
基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
-
-
3下载:
压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和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.
-
-
2下载:
采用种子区域生长(seeded region growing)算法对灰度图像和彩色图像进行分割-The seed region growing (seeded region growing) algorithm for gray image and color image segmentation
-
-
0下载:
图像处理课,课程实验,实现了交互式选择种子,区域生长法进行图像分割,以及采用分裂合并法进行图像分割。-Image processing courses, course test, to achieve interactive select seeds for region growing image segmentation, and the use of split and merge image segmentation method.
-
-
0下载:
Matlab编程,数字图像处理,区域生长算法源码-Matlab programming, region growing algorithm source code
-
-
0下载:
图像分割matlab代码,区域生长,效果很好-Image segmentation matlab code, region growing
-
-
0下载:
一个是图像增强作用,一个是区域生长算法,两个代码均可运行,只需要修改图像来源。-One is image enhancement, is a region growing algorithm, two code can run, just change the image source.
-
-
0下载:
改代码包含了图像的几何变换,平移旋转,灰度变换,二值化,直方图均衡,图像空域增强,图像频域增强,图像形态学,图像分割,手写数字识别,边界跟踪,区域增长,腐蚀膨胀,低通滤波器,小波变换,直方图分段线性拉伸等等的功能。-Change the code contains images of geometric transformation, translation rotation, gray level transformation, binarization, histogram equaliza
-
-
0下载:
区域生长,需要以交互方式设定初始种子点,具体方法为鼠标单击图像中一点后,按下回车键-Region growing, the need to interactively set the initial seed point, the specific method for the mouse to click the image point, and press the Enter key
-
-
0下载:
数字图像处理,图像分割,区域生长代码
函数的处理结果是将生长后的区域表示为黑色像素,未生长区域表示为白色像素。-Digital image processing, image segmentation, region growing code
-
-
0下载:
基于边缘检测和区域生长的彩色图像分割,设计论文+VC代码-Based on edge detection and region growing for color image segmentation
Design thesis+ VC code
-
-
0下载:
图形图像处理,用区域生长法作为图像分割的matlab代码-Graphics, image processing, as with the region growing image segmentation matlab code
-
-
0下载:
Haralick区域生长算法,包含测试图像,程序介绍等。-Haralick Region Growing Algorithm for Region Growing
This Matlab Source Code file contains source code and test image by Zexun Wang, from Electronic Department of Harbin Institute of Technology, P.R.China.
-
-
0下载:
区域生长的matlab源代码,能有效的分割小目标,弱背景的图像-Region growing matlab source code, which can effectively divide the small target weak background image
-
-
2下载:
基于区域生长法的图像分割的matlab源代码,可参照两个种子点设计多个种子点-This code is used to segment picture based on region growing method. More seed points can be designed referring to this code.
-
-
0下载:
自动种子区域生长代码,用MATLAB运行,不必选择种子点 可以自动选择阈值 实现图像分割!-The automatic seed region growing code, run, do not have to select seed point can automatically select the threshold image segmentation using MATLAB
-
-
1下载:
Cutpicture(form)做的是直方图统计:
第一步:读入图片,并将彩色图片用公式转化为灰度图像。
第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。
第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
-