登录
首页 » matlab » Genetic-algorithms-

Genetic-algorithms-

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

  • identification-of-chromosome-count
    本设计主要目的是实现染色体的识别计数。首先对图形进行预处理,将图像转化为灰度图、滤波去噪,然后对图像进行二值化,合理选取阈值,进行直方图阈值处理,最后去除图像中面积过小的杂点,最终实现识别计数。(The main purpose of this design is to achieve the identification of chromosome count. The graphical pre-processing, the image is converted to grayscale, filtering denoising, image binarization, reasonable selection of the threshold, histogram thresholding, and finally remove the image area is too small noise , and ultimately identify the count.)
    2012-05-23 08:57:34下载
    积分:1
  • multiregion_fuse
    先将图像分成一个个小区域后在进行合并,最后得到要提取的目标(First image into a small area after carrying out the merger, the final goal has been to extract)
    2020-07-13 15:58:52下载
    积分:1
  • 水印
    基于DCT,DWT,SVD的图像鲁棒水印算法,并在GUI界面展示(Image watermark algorithm based on DCT, DWT, SVD and displayed on GUI interface.)
    2018-04-19 09:39:43下载
    积分:1
  • cnn-cbir-benchmark-master
    python语言,使用卷积神经网络的特征做图像检索(image retrieval using CNN)
    2021-04-12 11:58:57下载
    积分:1
  • surf
    这是一个surf特征匹配matlab程序,里面有实例和测试图像(This is a surf feature matching matlab program, there are examples and test images)
    2020-12-02 11:19:26下载
    积分:1
  • discrim_rf
    斯坦福大学的姚邦鹏开发的一个图像分类算法,使用random forest实现了图像的精细区域描述,赢得了PASCAL VOC2011图像分类竞赛中的winner prize.经测试,程序完全可运行,且提供了MAC和Windows下的两种程序。(Image Classification: An Integration of Randomization and Discrimination in A Dense Feature Representation The goal of our method is to identify the discriminative fine-grained image region that distinguishes different classes. To achieve this goal we sample image regions from dense sampling space and use a random forest algorithm with discriminative classifier. Each node of the tree of random forest is trained and tested with fine-grained image patches combining the information from upstream nodes together. We implemented each node of the tree with a discriminative SVM classifier, which makes the node as a strong classifier. )
    2012-10-30 16:17:30下载
    积分:1
  • lyapunovexponentofRossler
    说明:  该程序通过雅可比矩阵求解Rossler系统的李雅普诺夫指数指数,并绘制了其频谱图。(The program solves the Lyapunov exponent of Rossler system by Jacobian matrix and draws its spectrum.)
    2021-05-07 22:34:35下载
    积分:1
  • PseudoColor
    灰度图像到RGB彩色的伪彩色图像的转变程序(Gray-scale image to RGB color of the pseudo-color image change procedures)
    2007-12-25 20:32:09下载
    积分:1
  • 1
    一个SAR目标边缘自动检测与定位算法的一个车辆检测的视频(A vehicle detection, an automatic detection and localization of SAR edge algorithm of video)
    2013-08-24 16:16:59下载
    积分:1
  • 123
    高分辨率遥感影像的支持张量机分类方法,此方法能够利用少量的训练样本实现更优的分类精度。(Support tensor machines resolution remote sensing image classification method, and this method can use a small amount of training samples to achieve better classification accuracy.)
    2014-04-23 15:03:41下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载