车牌识别程序

时间:2021-05-21 16:25:40
【文件属性】:

文件名称:车牌识别程序

文件大小:16KB

文件格式:DOCX

更新时间:2021-05-21 16:25:40

fubction

function e=qiege(d) [m,n]=size(d); top=1; bottom=m; left=1; right=n; while sum(d(top,:))==0&⊤<=m top=top+1; end while sum(d(bottom,:))==0&⊥>1 bottom=bottom-1; end while sum(d(:,left))==0&&left;=1 right=right-1; end dd=right-left; hh=bottom-top; e=imcrop(d,[left top dd hh]);


网友评论