CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..)

文件名称:Image-segmentation-code

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-06-12
  • 文件大小:
    2.79kb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Cutpicture(form)做的是直方图统计:

第一步:读入图片,并将彩色图片用公式转化为灰度图像。

第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。

第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两块区域.区域绝对值求和的子程序为void statistics(),用于合并块的子程序为void combine(int obj1,int obj2)。

第四步:将占总面积1/10以上的块号输出,由用户决定要选哪一块做为最后需要的图片,并输出合并的块的数量。最后输出图像。-Cutpicture (form) do the histogram statistics:

The first step: read into the picture, and the color image into gray image using the formula.

The second step: the picture into blocks and each block of the histogram statistics with region growing method, using breadth-first search is complete, a subroutine is int flood_fill (). The return value is the number of points. Determine whether the same area condition is gray front search the average is greater than a given threshold (i.e. threshold, input is decided by the user).

Step third: each color proportion of arbitrary two pieces of area of the histogram of the absolute value of the difference between the sum, if less than the threshold (i.e. threshold2, input is decided by the user) is the merger of the two block area. Regional absolute value summation subroutine for void Statistics (), is used to merge the block subroutine for the void combine (int obj1, int obj2).

The fourth step: the total output block number more than 1/10, the
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Image segmentation code.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com