遗传算法及其在车牌定位中的应用
遗传算法及其在车牌定位中的应用(外文翻译,论文10000字)
摘要:遗传算法是一种借鉴生物界自然选择和自然遗传机制的随机搜索算法。它可以通过寻找车牌图片的特征,再进行遗传、选择、交叉、变异的操作,来确定车牌在图片中的位置。本文将详细的讲述如何寻找车牌图像的特征,用遗传算法来进行车牌的定位,且在MATLAB中进行了实验验证,能够进行车牌的定位。
关键词:车牌定位;遗传算法;图像处理;MATLAB
Genetic Algorithm and its Application in License Plate Location
Abstract:Genetic algorithm is a random search algorithm which uses natural selection and natural genetic mechanism for reference. It can find the characteristics of the license plate image, and then genetic, selection, crossover, mutation operation, to determine the location of the license plate in the picture. This paper will detail how to find the characteristics of the license plate image, using genetic algorithm to carry out the location of the license plate.And in the MATLAB carried out the experimental verification, can carry on the positioning of the license plate.
[来源:http://www.doc163.com]
Keywords: license plate location;geneticalgorithm;imageprocessing;MATLAB
[版权所有:http://DOC163.com]
目录
1绪论 3
1.1课题的研究背景和意义 3
1.2遗传算法的历史与研究进展 3
1.2.1遗传算法的历史 3
1.2.2遗传算法的研究现状 4
1.3车牌定位概述 4
1.4论文结构 4
1.5算法实现的软件平台 5
2遗传算法在车牌定位中的使用 6
2.1遗传算法 6
2.1.1遗传算法基本原理与流程 6
2.1.2遗传算法的优缺点 7
2.1.3遗传算法的编码 8
2.1.4初始种群的确定 8
2.1.5适应度函数 8
2.1.6遗传算子 9
2.2定位算法的介绍 12 [资料来源:http://Doc163.com]
2.2.1定位前的预处理 12
2.2.2车牌特征的寻找 12
3算法的实现及代码 14
3.1找出可能存在车牌图像的长矩形图片 15
3.2对长矩形图片进行垂直投影 19
3.3适应度函数 19
3.4通过遗传算法找出车牌位置 20
4算法性能测试分析与对比 22
4.1测试效果 22
4.2测试结果分析 23
5总结与展望 24
5.1总结 24
5.2展望 24
参考文献: 25
致谢 26