搜索资源列表
acopt
- A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker
ant_colony_image_edge_detection
- 采用蚁群算法检测图像边缘 This a demo program of image edge detection using ant colony, based on the paper, \"An Ant Colony Optimization Algorithm For Image Edge Detection,\" IEEE Congress on Evolutionary Computation (CEC), pp. 751-756, Hongkong, Jun. 2008.
func_ant_colony_image_edge_detection
- 用蚁群算法做图像边缘检测,过程中采用四种核函数用来做分割,最后产生不同结果用来比较。-Using ant colony algorithm to do image edge detection, the course of four kernel function used for partitioning, and finally used to compare different results.
acopt
- A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker
ant-colony-edge-detection
- ant colony edge detection program
yinqunhemohujulei
- 基于蚁群模糊聚类算法的图像边缘检测,是用蚁群算法检测边缘的一种很好的方法,希望对蚁群爱好者有所帮助-Fuzzy clustering algorithm based on ant colony edge detection, edge detection algorithm with ant colony' s a good way to help fans want to ant
text-edge-detection
- 蚁群算法,图像边缘检测,用于模式识别,可以编译通过!-Ant colony algorithm for image edge detection for pattern recognition can be compiled by!
ant_colony_image_edge_detection
- 一种基于蚁群算法的图像边缘检测算法,有中文注释。-Image edge detection algorithm based on ant colony algorithm
func_ant_colony_image_edge_detection
- matlAB code for edge detection by ant colony
func_ant_colony_image_edge_detection
- function ant colony image edge detection in matlab
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
Image-Edge-Detection-Using-Ant-Colony-Optimizatio
- Image Edge Detection Using Ant Colony Optimization
improved-fso
- this program along with its sample images is a complete project about edge detection in images using an improved Ant colony optimization algorithm. the results are highly improved in comparison with canny edge detection.
基于蚁群算法的图像边缘检测 MATLAB源程序
- 基于蚁群算法的图像边缘检测,包含四种核函数,下载之后可直接运行(Image edge detection based on ant colony algorithm, including four kernel functions, which can run directly after downloading)
程序和相应的图片
- 在基于基础蚁群算法图像边缘检测的例程上改写的一个演示matlab演示动画程序,可以帮助初学者进一步了解算法进行边缘检测 的原理和步骤。首先说明一下:这个程序的检测效果不是很好,而且这里只能使用128*128的图片。这个程序主要是提供初学者学习,演示用。(A demonstration matlab demo program rewritten on the basis of the basic ant colony algorithm image edge detection routine c
3.24 基于蚁群算法的图像边缘检测
- 基于蚁群算法的边缘检测,功能简单,适合新手(Edge detection based on ant colony algorithm, the function is simple, suitable for beginners)