搜索资源列表
ACO
- this project is used for finding edge detection with ACO
edge-_2008
- 使用ACO算法实现图像边缘检测,效果很好,做图像处理的肯定用得到,内含2008年IEEE原文-Simulation using ACO algorithm to image edge detection, the effect is very good,the man who do image processing must be used, including source code and documentation
edge-detection-by-aco
- edge detection by aco
sktest1
- This the code for matlab which is used for Image Edge Detection Using ACo Algorithm-This is the code for matlab which is used for Image Edge Detection Using ACo Algorithm
ACO
- TSP问题的人工蚁群算法中,假设m只蚂蚁在图的相邻节点间移动,从而协作异步地得到问题的解。每只蚂蚁的一步转移概率由图中的每条边上的两类参数决定:1、信息素质,也称信息素痕迹。2、可见度,即先验值。-Artificial ant colony algorithm TSP problem, assume that m ants move between adjacent nodes in the graph, which asynchronously collaborate get problem
CEC_2008_edge
- 用蚁群算法实现图像的边缘检测,该算法能有效检测出图像的边缘(a new method of image edge detection based on antcolony algorithm is proposed)