当前位置:
首页
资源下载

搜索资源 - region growing code color
搜索资源列表
-
3下载:
基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
-
-
0下载:
This code contains region growing segmentation algorithm to obtain the similar edges in color images
-
-
2下载:
采用种子区域生长(seeded region growing)算法对灰度图像和彩色图像进行分割-The seed region growing (seeded region growing) algorithm for gray image and color image segmentation
-
-
0下载:
基于边缘检测和区域生长的彩色图像分割,设计论文+VC代码-Based on edge detection and region growing for color image segmentation
Design thesis+ VC code
-
-
1下载:
Cutpicture(form)做的是直方图统计:
第一步:读入图片,并将彩色图片用公式转化为灰度图像。
第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。
第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
-