边缘检测使用的蚁群我要分享

Edge Detectin Using Ant Colony

matlab 检测 使用 蚁群 边缘

关注次数: 268

下载次数: 1

文件大小: 21.56 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:蚁群优化 (算法 ACO) 是一种灵感在地上觅食的蚂蚁交存信息素的蚁群物种的自然行为的优化算法。在此文件中,介绍了蚁群算法是处理图像边缘检测问题。建议基于蚁群算法的边缘检测方法是能够建立一个表示在图像中,每个像素位置的边缘信息提交的信息素矩阵调度在图像上移动的蚂蚁数目的运动。此外,这些蚂蚁的运动是由当地的 imagepsilas 强度值变化驱动。实验结果均表明拟议的办法的卓越性能。


English Description:

Ant colony optimization (ACO) is an optimization algorithm inspired by the natural behavior of ant species that ants deposit pheromone on the ground for foraging. In this paper, ACO is introduced to tackle the image edge detection problem. The proposed ACO-based edge detection approach is able to establish a pheromone matrix that represents the edge information presented at each pixel position of the image, according to the movements of a number of ants which are dispatched to move on the image. Furthermore, the movements of these ants are driven by the local variation of the imagepsilas intensity values. Experimental results are provided to demonstrate the superior performance of the proposed approach.


代码预览