搜索资源列表
quyushengzhang
- 图像处理中关于区域增长的算法,可以对图像进行填充和噪声的标志-image processing on regional growth in the algorithm, the image can be filled with noise and the signs
quyushengzhang
- 又一个基于区域生长的阈值分割,Matlab环境下使用。-another region growth
quyushengzhang
- 利用matlab编写的区域生长的程序,用于图像分割-Prepared using matlab region growing process for image segmentation
quyushengzhang-
- 区域生长的例子可以通过其进行图像的处理准确的区分-Examples of region growing for image processing through their accurate distinction between
quyushengzhang
- 用matlab实现的区域生长算法,易懂,对于初学者很有参考价值-the regiongrowing algorithm using MATLAB
quyushengzhang
- 几何体重构的区域生长方法研究,在无法观察到几何体时,采用区域生长算法,可以重构出几何体。-Geometry reconstruction region growing method, the geometry can not be observed when using region growing algorithm can reconstruct the geometry.
quyushengzhang
- 区域生长用于图像分割的程序,从种子点开始向周围扩散,将与种子点性质相近的点记录下来。这个程序是冈萨雷斯的数字图像处理(MATLAB版)中的程序。-Region growing for image segmentation procedure, from the seed point began to spread around, similar to the nature of the seed points points recorded. This program is a program
quyushengzhang
- 图像处理的重要方法之一的区域生长方法,本例程实现了此方法,注释清楚。-Image processing methods, one of the region growing method, the routine this method, clear annotation.
image-segmation-shengzhang
- 图像分割,MATLAB程序,用区域生长,随机选取种子点-image segmation quyushengzhang
quyushengzhang
- 区域生长算法提取鱼眼图像 首先二值化图像 然后提取图像有效区域 最后生成图像-Region growing algorithm to extract the fisheye image first two value image and then extract the the last generated image of the effective area of the image
quyushengzhang
- 是一种分割算法,采用的是区域生长方法对图像进行的分割-A segmentation algorithm, region growing image segmentation
quyushengzhang
- 针对脑的磁共振分割图像进行区域生长与合并。-Regional growth and consolidation for the segmentation of magnetic resonance images of the brain.
quyushengzhang
- 区域生长法实现图像分割,获得区域生长起始点,将生长起始点灰度值存入seed中,图像边界上的点的判断,计算新的灰度平均值-Region growing method to achieve image segmentation, region growing starting point to obtain the growth of the gray values are stored in seed starting point, the image point on
quyushengzhang
- 区域生长图像分割,区域生长方法是根据同一物体区域内象素的相似性质来聚集象素点的方法,从初始区域(如小邻域或甚至于每个象素)开始,将相邻的具有同样性质的象素或其它区域归并到目前的区域中从而逐步增长区域,直至没有可以归并的点或其它小区域为止。-Region growing image segmentation
quyushengzhang
- 通过循环去多个种子点实现基于区域生长的图像分割-Achieve image segmentation based on region growing cycle to go through multiple seed points
quyushengzhang
- 一种新的基于区域生长的彩色图像分割算法研究-A new segmentation algorithm for color images based on region growing
quyushengzhang
- 具体先对每个需要分割的区域找一个种子像素作为生长起点,然后将种子像素和周围邻域中与种子像素有相同或相似性质的像素(根据某种事先确定的生长或相似准则来判定)合并到种子像素所在的区域中。将这些新像素当作新的种子继续上面的过程,直到没有满足条件的像素可被包括进来。这样一个区域就生长成了-Specific to find a seed pixel as a starting point for the growth needs of each region segmentation, and then
quyushengzhang
- 一种采用了区域生长方法进行图像分割,分割效果比较理想,但是算法比较简单,可以推荐进行简单算法融合时候使用。-A the region growing method is applied to image segmentation, the segmentation effect is ideal, but the algorithm is simpler, can be recommended to use simple algorithm fusion.
quyushengzhang
- 本代码用MATLAB开发环境,用基于区域生长的方法实现了图像的分割。欢迎大家参考学习和指正交流。-This code with MATLAB development environment, using the method based on region growing image segmentation was realized.Welcome to refer to learning and correct communication.
quyushengzhang
- 实现种子的自主选择和区域生长 以及图片的批量处理 并经过连通域法进行空洞的填充(Realization of independent selection and regional growth of seeds And the batch processing of pictures And the hole filling is carried out through the connected domain method)