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

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

于 2018-05-14 发布 文件大小:30KB
0 196
下载积分: 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 个回复

  • 斜距转为地距
    说明:  进行三维去高后,根据sar参数信息,将斜距转变为地距。(After performing three-dimensional height removal, the slope distance is converted to ground distance according to the sar parameter information.)
    2021-01-29 11:58:39下载
    积分:1
  • program
    一种应用于图像处理领域的简单变换方法,简化哈尔小波变换的新算法 (A kind of image processing applied to a simple transform, Haar wavelet transform of a new simplified algorithm)
    2010-05-26 18:01:38下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 锥束CT(CBCT)的三维重构算法(FDK) FDK_Algorithm
    锥束CT(CBCT)的三维重构算法(FDK)(the FDK algorithm for cone beam CT reconstruction)
    2016-05-21 15:33:13下载
    积分:1
  • gaijinfensuilin
    改进的分水岭算法,能够较好地提取对象轮廓、准确得到物体边界的优点。在MATLAB6.5下顺利编译通过(improve the watershed algorithm can be used to extract object contours, to be precise object boundary advantages. In MATLAB6.5 smoothly through the compiler)
    2007-04-29 21:49:29下载
    积分:1
  • edge_ACO
    基于蚁群算法的边缘检测,能够准确定位图像的细节和边缘,清晰的再现图像的轮廓(An Ant Colony Optimization Algorithm For Image Edge,could position the edge of image pricisely .)
    2015-06-19 10:50:38下载
    积分:1
  • Plot_PreRecallThousand
    在进行图像显著性分析时,要通过PR曲线进行比较不同方法的好坏,这个源码可以实现此功能。(Significantly during image analysis, through PR curves comparing different methods is good or bad, this source can achieve this functionality.)
    2013-05-24 10:47:12下载
    积分:1
  • winner-
    用matalab编译的winner滤波法对图像进行去噪处理,利用了FFT的方法(Compiled using matalab winner filtering method to deal with the noise of image, using the FFT method )
    2013-03-19 20:56:02下载
    积分:1
  • skeleton-extraction
    一种细化的骨架提取算法 可以提高徐璈的处理厚重图像(sgsdgsdgsdgggs skeleton extraction)
    2017-05-14 13:32:11下载
    积分:1
  • calibration
    说明:  calibration摄像机镜头的校正程序(calibration Calibration camera lens calibration procedure)
    2019-03-19 17:04:16下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载