- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
蚂蚁算法实现图像分割论文
蚂蚁算法实现图像分割
摘 要
模式识别领域图像分割是图像处理的底层步骤,它对于图像识别和图像理解具有举足轻重的作用。一个好的图像分割算法对图形图像的处理会有意想不到的效果,因此探索更好的图像分割算法是图像处理领域中一个重要的研究方向。
通过对蚂蚁、蜜蜂和其他群居昆虫的观察和研究,人们逐步发展了群体智能的概念。行为简单的个体聚合在一起就形成了具有某种智能的群体。群体所拥有的能力超过了个体能力的总合,其原因就是群体间存在着“协同合作”。
本文将通过对蚂蚁观察和基于MARCO DORIGO提出的蚂蚁算法研究,用于对图像分割问题的探索。将灰度图作为蚂蚁群落的栖息地、通过让蚂蚁个体具有的感知其周围有限的范围环境的激素状况和图像的边缘情况的简单能力,依据蚂蚁群觅食的基本原理,实现对图像的分割。
实验中将对不同种类边缘图像的测试,证明该算法能够处理各种类型的图像边缘。通过与传统处理的对比实验,证明其能够在多方面获得更好的效果。
关键词:蚂蚁算法; 群体智能; 图像分割; 边缘检测
The ant system realizes image segmentation
Abstract
In pattern recognition system, image segmentation is a low-level image-processing. This task is very important, as we know, since the output of an image segmentation algorithm can be fed as input to higher-level processing tasks. Acquiring the better image segmentation algorithm has always been an important subject in this filed.
Since people have studied the behavior of the ant colony and other social insert, the notion of social intelligence has been introduced. People find that the colony’s collective behavior exceeds the sum of its individual member’s actions. The main reason of this kind of phenomenon is something we called synergy.
This paper discusses the method of using ant system, which is also a social intelligence algorithm, to solve image segmentation problem. Grey level image can be regard as a topographic map where the image is the ant colony habit. The respective gray level intensities and pheromone intensities are considered in each ant perception of his neighborhood. Following the rules of foraging activity of the real ants, we obtained the algorithm for image segmentation problem solved by the ant colony.
In our experiments, different types of images have been used proving that this algorithm can commendably obtain their edge-images. Comparing with the result of those classical algorithms, we found that ant system algorithm obtained a better result in many aspects.
Keywords:Ant system;Social intelligence;Image segmentation目 录
摘 要 I
Abstract II
目 录 1
1 绪 论 1
文档评论(0)