登录
首页 » matlab » Genetic-algorithms-

Genetic-algorithms-

于 2013-03-26 发布 文件大小:1631KB
0 247
下载积分: 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 个回复

  • xiangji
    专门用于测试数码相机的分辨率使用,有实验用图(Specifically for use in testing digital camera resolution)
    2013-09-08 23:27:46下载
    积分:1
  • speckle
    生成变形前后高斯分布的散斑图像,可调节散斑尺寸、散斑数量等相关参数,并提供散斑质量的评价方法,用于DIC的模拟计算(The speckle image of Gauss distribution before and after deformation can be adjusted, speckle size, speckle number and other related parameters, and the speckle quality evaluation method is also provided. It is used for the simulation of DIC)
    2017-09-01 20:08:16下载
    积分:1
  • camshift_matlab
    说明:  基于卡尔曼滤波的camshift算法,实现目标跟踪(CAMSHIFT algorithm based on Kalman filter for target tracking)
    2021-04-20 17:18:50下载
    积分:1
  • matlab练习及答案
    关于使用matlab进行医学图像处理的练习题,内附答案(About the use of MATLAB medical image processing exercises, containing the answer)
    2017-09-23 23:41:17下载
    积分:1
  • 特征选择之relief-F的MATLAB实现
    Relief-F 算法是由 Kononenko 在 Relief 算法基础上扩展得到的,可以用来解决多分类与回归问题。 Relief-F 特征选择算法利用特征与类别间的相关程度判别特征的敏感程度,敏感的特征能使同类样本靠近,非同类样本远离。基本思想是: 先随机从总样本集 D中获取一个样本 R, 然后在 与 R 同类样本集中和与R 异类 样 本 集 中 各 获 取 k 个近 邻 样 本, 在 特 征 集 F中如果某个特征上异类样本的距离大于同类样本,则这个特征是有利于分类的,增加其权重,重复 n 次 取所有结果的均值作为每个特征的最终权重值.
    2020-11-29下载
    积分:1
  • 基础程序,主要针对遥感影
    图像处理基础程序,主要针对遥感影像处理。内含各种基础处理源码(matlab ,imagine analisy)
    2020-06-15 22:23:56下载
    积分:1
  • 指定位置和大小的灰度共生矩阵的提取
    说明:  指定图像位置和大小的灰度共生矩阵的提取,程序自己编得,蛮好用的(Extraction of gray level co-occurrence matrix of specified image position and size)
    2020-06-07 17:03:42下载
    积分:1
  • HE
    说明:  对于低照度图像,或是模糊不清的雾天,雨天等图像,本算法都能很好的恢复它的清晰度(For the low illumination images, or blurring of the fog, rain and other images, the algorithm can be very good clarity to restore it)
    2009-05-09 09:44:31下载
    积分:1
  • MatlabStitching
    图像拼接的matlab实现,内含有算法的设计文档和源程序等(Matlab implementation, image stitching algorithm design documentation and source code contains)
    2021-01-31 10:48:37下载
    积分:1
  • nsct_toolbox
    The tool box contains the matlab code for image denosing in nsct.
    2020-07-29 09:48:39下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载