搜索资源列表
-
0下载:
Matlab边缘检测和区域生长图像分割算法代码,适合于图像边缘检测。-Matlab edge detection and region growing image segmentation algorithm code, suitable for edge detection.
-
-
0下载:
区域生长算法,用于图像分割。
运行RunGrow.m
修改文件名即可。-Region growing algorithm for image segmentation. Run RunGrow.m modify the file name.
-
-
0下载:
区域生长算法(改进)适合图像分割,特征区域提取-Region growing algorithm (improvement) for image segmentation, feature extraction region
-
-
1下载:
对脑部ct图像的头骨形状进行区域生长算法的运算-Ct images of the brain the skull shape of region growing algorithm for computing
-
-
0下载:
这是个关于图像区域增长分割算法的源程序,在matlab上实现-This is a region growing image segmentation algorithm on the source, to achieve in matlab
-
-
0下载:
用区域增长算法来进行图像分割,图像二值化,是很好的分割算法-With the region growing algorithm for image segmentation, image binarization, is a very good segmentation
-
-
0下载:
用MATLAB实现的基于区域生长算法的图像分割-Implemented using MATLAB-based region growing algorithm for image segmentation
-
-
2下载:
采用种子区域生长(seeded region growing)算法对灰度图像和彩色图像进行分割-The seed region growing (seeded region growing) algorithm for gray image and color image segmentation
-
-
0下载:
区域生长算法,一种传统的图像分割算法,用于图像分割。-region growing algorithm for image segmentation .it is a trditional image segmentatin algorithm.
-
-
0下载:
区域生长算法被证实是一个有效的图像分割方法。区域生长的基本方法是从被分割对象
里作为种子区域(通常是一个或多个像素)的一个区域开始,在种子区域的相邻像素寻找与种
子像素有相同或相似性质的像素,并将这些像素合并到种子像素所在的区域中。将这些新像
素当作新的种子区域继续进行上述过程。区域生长算法主要取决于用来选择确定为种子区域
像素的标准、用来确定相邻像素的连通性类型和用来访问相邻像素的策略。-Region growing algorithms have proven to be a
-
-
0下载:
这是一个关于图像处理课程的综合性程序,囊括了图形变换(傅里叶正反变换和离散余旋正反变换)、灰度变换(线性拉伸、直方图均衡)、图像增强(中值滤波、均值滤波以及梯度锐化)、代数运算(两幅图像之间的相加减)、图像分割(Roberts算法、Sobel算法、Laplacian算法以及区域生长)、图像转换(灰度化和二值化)等。-It is a comprehensive program for image processing programs, to include graphics transforma
-
-
0下载:
一种新的基于区域生长的彩色图像分割算法研究-A new segmentation algorithm for color images based on region growing
-
-
0下载:
An unsupervised and robust algorithm for segmenting color images
using graph theoretic concepts is proposed in this paper. A novel region
growing procedure is proposed for cycle (segments) formation and cycle
merging. Experiments were carried o
-