资源简介
基于opencv实现的车牌号做字符识别

代码片段和文件信息
#include
#include
#include
#include
#include
#include
#include “lib/normal.h“
#include “lib/cutchar.h“
#include “lib/match.h“
#define DEBUG
#ifdef DEBUG
#define DE(format ...) printf(format ## __VA_ARGS__)
#else
#define DE(format ...) while(0)
#endif
int main(int argc char** argv){
Mat img img_2 img_3 img_4 img_5 img_w;
IplImage pI_1;
IplImage pI_2;
int width reWidth=30 wWidth=120 pic_width;
int height reHeight=100 wHeight = 60;
char str[2];
char pic_name[6];
int i = 0 j = 0 k;
int threshold = 0 pic_ArrNumber tmp;
int vArr[reHeight];
int **pic_Arr;
CvScalar s1;
float percentage = 0.0;
int proSum;
if(argc < 2){
DE(“Please input argv[1]\n“);
return -1;
}
img = cv::imread(argv[1]);
namedWindow(str);
imshow(str img);
width = img.rows;
height = img.cols;
pic_gray(img img_2);
threshold = histogram_Calculate(img_2 5);
DE(“threshold:%d\n“threshold);
pic_Thresholding(img_2 threshold);
detectionchange(img_2 img_3 7);
carCard_Resize(img_3 img_4 reWidth reHeight);
pic_Thresholding(img_4 60);
pI_1 = img_4;
verProjection_calculate(img_4 vArr reHeight);
pic_Arr = verProjection_cut(vArr reHeight &pic_ArrNumber);
for(i=0; i< pic_ArrNumber; i++){
// printf(“pic_ArrNumber:%d: %d %d\n“ pic_ArrNumber pic_Arr[i][0] pic_Arr[i][1]);
pic_width = pic_Arr[i][1] - pic_Arr[i][0];
if(pic_width < 3){
continue;
}
img_5 = cv::Mat(reWidth pic_Arr[i][1] - pic_Arr[i][0] + 1 CV_8UC1 1);
pI_2 = img_5;
for(j=0; j for(k=pic_Arr[i][0]; k<=pic_Arr[i][1]; k++){
s1 = cvGet2D(&pI_1 j k);
cvSet2D(&pI_2 j k-pic_Arr[i][0] s1);
}
}
percentage = pixelPercentage(img_5);
if(percentage < 0.1){
continue;
}
if(pic_width < 6){
if(percentage > 0.6){
printf(“1“);
}
sprintf(str “%d“ i+3);
namedWindow(str);
imshow(str img_5);
continue;
}
carCard_Resize(img_5 img_w wWidth wHeight);
pic_Thresholding(img_w 50);
proSum = getPro(img_w);
// proSum = match_ok(img_w);
match_result(proSum);
sprintf(str “%d“ i+3);
namedWindow(str);
imshow(str img_w);
}
printf(“\n“);
waitKey(0);
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 12288 2015-02-13 13:11 字符识别\2_cDistinguish\.main.cpp.swp
文件 11118 2015-02-13 10:48 字符识别\2_cDistinguish\1.txt
文件 15096 2015-02-12 11:03 字符识别\2_cDistinguish\cutchar.o
文件 97265 2015-02-13 13:10 字符识别\2_cDistinguish\disting
..A..H. 12288 2015-02-13 09:14 字符识别\2_cDistinguish\lib\.match.h.swp
文件 2708 2015-02-12 08:55 字符识别\2_cDistinguish\lib\cutchar.cpp
文件 731 2015-02-12 08:55 字符识别\2_cDistinguish\lib\cutchar.h
文件 7106 2015-02-13 10:59 字符识别\2_cDistinguish\lib\match.cpp
文件 533 2015-02-13 09:14 字符识别\2_cDistinguish\lib\match.h
文件 6190 2015-02-12 08:55 字符识别\2_cDistinguish\lib\normal.cpp
文件 1156 2015-02-12 08:55 字符识别\2_cDistinguish\lib\normal.h
文件 4001 2015-02-12 10:57 字符识别\2_cDistinguish\lib\xihua_2.cpp
文件 153 2015-02-12 10:31 字符识别\2_cDistinguish\lib\xihua_2.h
文件 2265 2015-02-13 13:11 字符识别\2_cDistinguish\main.cpp
文件 18392 2015-02-13 13:10 字符识别\2_cDistinguish\main.o
文件 435 2015-02-13 09:11 字符识别\2_cDistinguish\Makefile
文件 35616 2015-02-13 13:10 字符识别\2_cDistinguish\match.o
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\0.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\1.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\2.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\3.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\4.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\5.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\6.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\7.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\8.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\9.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\A.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\B.bmp
文件 8278 2015-02-13 09:19 字符识别\2_cDistinguish\match_pic\C.bmp
............此处省略347个文件信息
- 上一篇:利用机器学习识别说话人性别
- 下一篇:opencv实现背景分离
相关资源
- 基于OpenCV的数字识别468815
- 使用opencv去掉二值化图像中黑色面积
- opencv环境配置
- win10 64位下编译的opencv4.5.5库,opencv
- Halcon车牌识别
- 百度API车牌识别DEMO.rar
- NVIDIAOpticalFlowSDK-79c6cee80a2df9a196f20afd6
- opencv_contrib-3.4.0.zip
- opencv2.4.9源码分析——SIFT
- 用两个摄像头实现,双目标定,双目
- opencv_traincascade训练分类器,手势识别
- opencv3.0交叉编译用parallel.cpp
- 车牌检测训练正样本,共1350张
- 基于opencv的图像识别识别图像中的色
- 基于openCV的识别特定颜色区域
- 基于OpenCV的分水岭算法实现
- QT+opencv+OCR 身份证号码,银行卡号识别
- opencv视频特定颜色区域识别
- 把RGB转换为HSV和HSI然后根据黄色和蓝
- opencv视觉测距
- 基于Qt和opencv的身份证号码识别系统
- 易泊车牌识别停车计费系统介绍
- 基于图像的自动识别技术
- opencv_ffmpeg249.dll
- SfM稀疏三维点云重建--完整工程文件
- 基于opencv的数人头程序源代码
- 车牌字符库
- 阿拉伯数字字符识别的简单识别
- 利用OpenCV中的Stitcher类实现全景图像拼
- opencv实现的sift算法源码,包含了图像
评论
共有 条评论