3 Star 7 Fork 2

ironc / 车牌识别

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DuQuHanZi.m 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
ironc 提交于 2020-04-19 14:24 . License-Plate-Recognition
function HanZi=DuQuHanZi(sichuan,guizhou,beijing,chongqing,guangdong,shandong,zhejiang,e)
HanZi(:,:,1) =imresize(im2bw(sichuan,graythresh(rgb2gray(sichuan))),[110 55],'bilinear');
HanZi(:,:,2) =imresize(im2bw(guizhou,graythresh(rgb2gray(guizhou))),[110 55],'bilinear');
HanZi(:,:,3) =imresize(im2bw(beijing,graythresh(rgb2gray(beijing))),[110 55],'bilinear');
HanZi(:,:,4) =imresize(im2bw(chongqing,graythresh(rgb2gray(chongqing))),[110 55],'bilinear');
HanZi(:,:,5) =imresize(im2bw(guangdong,graythresh(rgb2gray(guangdong))),[110 55],'bilinear');
HanZi(:,:,6) =imresize(im2bw(shandong,graythresh(rgb2gray(shandong))),[110 55],'bilinear');
HanZi(:,:,7) =imresize(im2bw(zhejiang,graythresh(rgb2gray(zhejiang))),[110 55],'bilinear');
HanZi(:,:,8) =imresize(im2bw(e,graythresh(rgb2gray(e))),[110 55],'bilinear');
Matlab
1
https://gitee.com/ironc/license_plate_recognition.git
git@gitee.com:ironc/license_plate_recognition.git
ironc
license_plate_recognition
车牌识别
master

搜索帮助