登录
首页 » matlab » 基于蚁群算法的图像边缘检测

基于蚁群算法的图像边缘检测

于 2018-05-14 发布 文件大小:30KB
0 190
下载积分: 1 下载次数: 23

代码说明:

  基于蚁群算法的图像边缘检测,亲测可用,包含四种图像。(Ant colony algorithm based image edge detection, pro test available.It contains four kinds of images.)

文件列表:

基于蚁群算法的图像边缘检测\ant.jpg, 5121 , 2011-07-17
基于蚁群算法的图像边缘检测\ant128_edge_aco_1.jpg, 4712 , 2018-05-12
基于蚁群算法的图像边缘检测\ant128_edge_aco_2.jpg, 4757 , 2014-12-15
基于蚁群算法的图像边缘检测\ant128_edge_aco_3.jpg, 5004 , 2014-12-15
基于蚁群算法的图像边缘检测\ant128_edge_aco_4.jpg, 4625 , 2014-12-15
基于蚁群算法的图像边缘检测\edge_ACO.m, 7695 , 2018-05-12
基于蚁群算法的图像边缘检测\main.m, 7695 , 2018-05-12
基于蚁群算法的图像边缘检测\程序运行说明.doc, 24064 , 2011-09-26
基于蚁群算法的图像边缘检测, 0 , 2018-05-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • temp
    Radon 算法的实现及原理讲解,个人整理的重要资料.(Radon algorithm and explain the principle, personal collation of vital information.)
    2007-10-23 23:35:06下载
    积分:1
  • pf_tracking-(1)
    粒子滤波跟踪,还算不错的一个demo,调试验证可以通过(Particle filter tracking, fairly good one demo, debug and verify through)
    2013-07-04 19:55:48下载
    积分:1
  • kmeans
    说明:  图像分割,还可以,kmeans聚类的方法。k-means算法是一种聚类算法,所谓聚类,即根据相似性原则,将具有较高相似度的数据对象划分至同一类簇,将具有较高相异度的数据对象划分至不同类簇。(K-means algorithm is a clustering algorithm. The so-called clustering is to divide data objects with high similarity into the same class cluster and data objects with high dissimilarity into different class clusters according to the similarity principle.)
    2019-05-05 21:14:18下载
    积分:1
  • xiaobo
    (l)小波分析理论在变形监测数据处理研究中的理论意义和实用价值 (2)小波阂值去噪和多分辨分析在变形监测信号分析中的应用 (3)在算法和图像处理方面的优越性 ((L) wavelet analysis theory in the study of deformation monitoring data processing theoretical significance and practical value (2) wavelet thresholding denoising and multi-resolution analysis in deformation monitoring signal analysis application (3) in the algorithm and image processing superiority )
    2021-04-11 09:38:58下载
    积分:1
  • charrecognition
    《VC++数字图像识别技术典型案例》第九章光学字符识别技术,包括预处理、边缘跟踪和特征提取算法("VC Digital Image Recognition Technology typical case," the ninth chapter of optical character recognition technologies, including pretreatment, Edge tracking and feature extraction algorithm)
    2007-05-28 20:52:03下载
    积分:1
  • eight
    用MATLAB软件产生一个被高斯噪声污染的lenna图像,使用T3、T5、高斯滤波、中值滤波进行处理;(MATLAB software with a Gaussian noise pollution Lenna image, the use of T3, T5, Gaussian filtering, median filtering for processing )
    2008-06-25 03:15:48下载
    积分:1
  • x2o
    混合输入输出相位恢复算法的小程序,入门学习(HIO phase recovery algorithm small program, learning portal)
    2017-10-16 04:40:56下载
    积分:1
  • 区域生长法
    区域生长法进行图像分割,通过选取合适的种子点,将感兴趣区域分割出来。(The region growing method is used for image segmentation, and the region of interest is segmented by selecting appropriate seed points.)
    2019-03-18 09:27:28下载
    积分:1
  • SFS相关所有
    利用SFS算法实现3D图像重建,附带有图片实现(3D Image Reconstruction Using SFS Algorithms)
    2019-04-25 10:34:23下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载