登录
首页 » matlab » Genetic-algorithms-

Genetic-algorithms-

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

  • ENVI5.3二次开发环境搭建
    说明:  ENVI+C#二次开发环境搭建 主机操作系统:Windows10_x64 C#编辑器:Microsoft Visual Studio 2012 Ultimate ENVI5.3 SP1 win64+IDL8.5(ENVI+C#secondary development environment construction operating system:Windows10_x64 IDE:Microsoft Visual Studio 2012 Ultimate ENVI5.3 SP1 win64+IDL8.5)
    2019-11-21 16:37:56下载
    积分:1
  • matlab
    基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等(MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interface, using matlab language to write code to achieve functionality, including image reading, storage, display, histogram equalization, thresholding, wavelet decomposition, wavelet reconstruction, add noise, denoising, smoothing, sharpening, edge detection, image segmentation, etc.)
    2020-06-25 23:20:02下载
    积分:1
  • IDLmean
    利用ENVI/IDL,计算多幅图像的各个像元的平均值。并忽略空缺值(Use ENVI/IDL, calculate the average of each pixel of multiple images. And ignores the value of vacancies)
    2021-04-13 09:58:57下载
    积分:1
  • first_semester
    用于图像去噪处理Tikhonov模型,仅供用于学习参考(Tikhonov model for image denoising)
    2021-01-09 19:58:51下载
    积分:1
  • image-inpainting
    对图像进行修复,直方图均衡化处理,中值滤波和均值滤波(To repair the image, histogram equalization, median filtering and mean filtering)
    2020-07-02 08:40:01下载
    积分:1
  • gabor
    GABOR对SAR图像进行滤波及纹理提取,可直接使用(GABOR of SAR image filtering and texture, can be used directly)
    2020-07-30 17:38:38下载
    积分:1
  • binary-video
    学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi ) 这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements: 1. Each frame of the input video images are binarized using the same threshold value 2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information 3. During processing, real-time display after processing each frame 4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice 5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi) Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
    2015-01-30 16:15:09下载
    积分:1
  • 24bit8
    基于VC++的BMP图像——24位转8位 (Turn based BMP images in VC++- 24 8)
    2013-04-14 20:47:53下载
    积分:1
  • Models_based_on_digital_image_processing_test
    基于数字图像处理的车型检测,介绍检测车型的方法(Models based on digital image processing detection, vehicle detection method introduced)
    2010-05-31 19:55:41下载
    积分:1
  • matlab程序
    维纳滤波法去除加有高斯噪声、椒盐噪声、乘性噪声(Wiener filter method to remove the addition of Gaussian noise, salt and pepper noise, multiplicative noise)
    2021-03-09 19:09:27下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载