登录
首页 » matlab » Genetic-algorithms-

Genetic-algorithms-

于 2013-03-26 发布 文件大小:1631KB
0 280
下载积分: 1 下载次数: 143

代码说明:

  本文主要介绍遗传算法的基本理论,叙述遗传算法在图像增强的的主要应用,即将原始图像变得更加清晰,特征变得更加明显。 现今关于图像增强的算法有很多,而这些算法大多是基于退化函数或者点扩展函数的知识进行图像处理的。当图像出现模糊或噪声影响大时,设计出的图像清晰化的效果肯定不够理想,因此有必要对图像进行增强处理。于是,可利用到遗传算法这种成熟稳定的仿生物进化的全局寻优算法,进行图像增强,由于遗传算法控制参数少、自适应度高,将选择该方法对图像退化分别进行不同的清晰化处理. 这样既增强了图像的对比度,又克服了传统直方图均衡化处理所造成的灰度级损失等缺点。 通过实验去表明,遗传算法从全局寻优的角度出发,能够较为精确地估计退化系统函数。和传统的线性增强、直方图均衡进行比较。实验结果表明该方法能改善原图像视觉效果,便于之后的图像分析。 (This paper mainly introduces the basic theory of genetic algorithm, genetic algorithm (ga) in the main application of image enhancement, the original image is more clear, characteristic becomes more obvious. Today about the image enhancement algorithm are many, and most of these algorithms is based on the degradation function or the knowledge of the point spread function of image processing. When the image appears fuzzy or noise influence, designed the image clarity of effect must not ideal, therefore it is necessary to enhance the image. Then, genetic algorithm is available to the mature and stable evolution of the global optimization algorithm, for image enhancement, due to less genetic algorithm control parameters, since the high fitness, will choose the method of image degradation, respectively, to manipulate the different motivation. It can enhance the image contrast, and overcome the traditional histogram equalization processing grayscale loss caused by the faults. Throug)

文件列表:

Genetic algorithms in the application of image enhancement
..........................................................\GA算法实现程序
..........................................................\..............\evaluate_image_opt.m,2039,2009-12-03
..........................................................\..............\f.m,441,2007-05-16
..........................................................\..............\ga_image_opt.m,2278,2009-12-06

..........................................................\..............\image_optimization.m,1738,2012-06-12
..........................................................\..............\imevaluate.m,345,2009-10-22
..........................................................\..............\init_ga.m,733,2009-12-03
..........................................................\..............\mutate.m,609,2009-12-06
..........................................................\..............\myint.m,226,2009-10-22
..........................................................\..............\sunlightopenpic.m,1248,2008-04-14
..........................................................\..............\upgate.m,1087,2009-10-21


..........................................................\拉普拉斯.m,678,2012-06-11
..........................................................\直方图均衡化.m,683,2012-06-11
..........................................................\遗传算法在图像增强中的应用.dotx,586663,2012-06-14
..........................................................\遗传算法在图像增强中的应用.pdf,1067732,2012-06-14

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

发表评论

0 个回复

  • Matlab实现
    基于神经网络的地面裂缝检测软件,可以在界面上选择各种功能去检测。(Ground crack detection software based on Neural Network)
    2021-04-26 10:58:46下载
    积分:1
  • Image-processing-source-code
    图像处理源代码,基于Hough变换的人眼虹膜定位方法,基于Kalman滤波的目标跟踪,基于模糊集的图像增强方法,基于蚁群算法的图像边缘检测。等等(Image processing source code, Hough transform based human eye iris location method, Kalman filter based target tracking, fuzzy set based image enhancement method, ant colony algorithm based image edge detection. and many more)
    2017-05-19 15:18:04下载
    积分:1
  • xbsf
    小波算法。机械化的提高我们的效率。让我们减少错误率。大家要对她有性心。(Wavelet algorithm. Mechanization to improve our efficiency. Let us reduce the error rate. We have to have sex to her heart.)
    2013-12-03 21:36:15下载
    积分:1
  • Itti-saliency
    itti算法进行感兴趣区域的选择,方法较好,可以直接运行。(itti algorithm select the region of interest ,and this program can run directly)
    2013-02-03 15:20:43下载
    积分:1
  • 深居浅出AutoCAD二次开发.pdf
    AutoCAD 以其通用的格式、完善的图形绘制功能及强大的图形编辑功能在各行业计算机辅助设计方面发挥着举足轻重的作用,对其进行二次开发能以更高精度、速度的进行计算机辅助设计,提高工作效率。如今 AutoCAD 支持的二次开发语言比较丰富,不管在哪种开发语言下对其进行二次开发 AutoCAD 的运行原理、程序设计的方法及开发思路是不变的。综合各种开发语言的性能、功能、开发周期、开发难度以及未来的趋势得出结论:在.NET(C#)环境下对其进行二次开发最为合适。本书力求循序渐进、由浅入深,详细介绍 AutoCAD 二次开发原理与技术。以.NET(C#)环境下二次开发为主线,并介绍.NET(C#)调用 ObjectARX(C )程序的方法,从而实现在 C#环境中构建程序框架(易于实现与修改),必要的时候在 C 环境中实现复杂或目前未托管的程序功能。融入 C 程序让.NET(C#)开发即便捷高效又功能强大。本书在详细的介绍 AutoCAD 基本对象及功能实现的同时结合丰富的开发实例以拓展开发的思路、指导实践开发的过程。本书内容安排如下:第一章“概述” 主要介绍 AutoCAD 软件的功能用途以及开发环境。第二章“AutoCAD 操作应用” 简单介绍软件的应用操作。第三章“程序设计基础” 主要介绍程序设计的基础。第四章“数据库基础” 主要介绍数据库相关的基础知识。第五章 “AutoCAD.NET 开发” 主要介绍 AutoCAD.NET APIs 及 AutoCAD 开发的基本方法与过程。第六章“开发实例” 详细介绍 AutoCAD 的开发过程以及开发思路。本书版权属于数字建筑网(http://www.BimCad.org)站长李冠亿所有。
    2020-11-29下载
    积分:1
  • fcm789
    说明:  模糊C均值聚类算法的MATLAB实现,比较经典的程序(Fuzzy C-means clustering algorithm to achieve MATLAB, compare the classic procedure)
    2008-09-16 15:46:43下载
    积分:1
  • INSAR
    关于干涉合成孔径雷达(INSAR)的图像处理程序~(Interferometric synthetic aperture radar (INSAR) image processing program ~)
    2012-08-19 16:13:34下载
    积分:1
  • chuhuaxihua1
    粗化细化程序很好用的,大家试市啊,(crude refining procedures of the good, we take the city ah,!)
    2006-11-11 20:52:48下载
    积分:1
  • SAR-blur-analysis
    分析了合成孔径雷达的模糊度问题及其对图像质量的影响, 详细描述了模糊度的 表达式, 分析了不同系统参数对模糊度的影响, 对所谓的重影现象作了定量分析(Analysis of synthetic aperture radar ambiguity problems and their impact on image quality, a detailed description of the fuzzy degree of expression of the different system parameters on the degree of influence on the so-called ghost phenomenon analyzed quantitatively)
    2010-07-07 14:16:46下载
    积分:1
  • graycomatrix
    说明:  hslogic算法仿真,基于matlab的灰度共生算法的集成电路裂痕修复仿真(Hslogic algorithm simulation, integrated circuit crack repair simulation based on MATLAB gray level co-occurrence algorithm)
    2019-03-14 20:06:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载