ZIP基于MATLAB汉字定位检测识别系统【GUI含界面】.zip 833.29KB

2401_87911692需要积分:10(1积分=1元)

资源文件列表:

基于MATLAB汉字定位检测识别系统【GUI含界面】.zip 大约有4个文件
  1. 基于MATLAB汉字定位检测识别系统【GUI含界面】/mainfc.p 202B
  2. 基于MATLAB汉字定位检测识别系统【GUI含界面】/test.m 954B
  3. 基于MATLAB汉字定位检测识别系统【GUI含界面】/测试图片.jpg 831.3KB
  4. 基于MATLAB汉字定位检测识别系统【GUI含界面】/

资源介绍:

基于MATLAB汉字定位检测识别系统【GUI含界面】.zip
clc [filename, cd1] = uigetfile( ... {'*.tif;*.TIF;*.JPG;*.jpg;*.bmp;*.BMP;*.jpeg;*.JPEG;','Image file';... '*.*', 'All file (*.*)'},'Pick an Image'); d = imread(filename); figure(1) imshow(d); title('原图'); %% 提取 % 红色特征字体 % 提取红色分量 Image=d; GI1 = (Image(:,:,1)>110 & Image(:,:,2)<150 & Image(:,:,3)<150 ... & abs(double(Image(:,:,2))-double(Image(:,:,3)))<50 & abs(double(Image(:,:,1))-double(Image(:,:,2)))>30); %%GI白色像素个数 figure(2) imshow(GI1); title('初步定位') % 分割标志 d = GI1; se = ones(8); % 腐蚀膨胀模版 d = imdilate(d,se);% 做膨胀运算 figure(3) imshow(d); title('膨胀'); figure(4); imshow(Image); title('定位图'); L = bwlabel(d);%默认8连通; bwlabe(bw,4); STATS = regionprops(L,'all');%STATS中含有所有连通域的properations %在bw图像上绘制出连通域的矩形框 hold on for i = 1 : 4 boundary = STATS(i).BoundingBox; rectangle('Position',boundary,'edgecolor','b' ); end
100+评论
captcha
    类型标题大小时间
    ZIPpython进阶-04课程源码74.21KB5月前
    ZIP自动化连线工具使用教程37.6MB5月前
    ZIPspringboot基于springboot的大创管理系统(代码+数据库+LW)12.66MB5月前
    ZIPspringboot视频网站系统的设计与实现(代码+数据库+LW)12.39MB5月前
    ZIPDelphi7实现RTSP代码部分关键源码和文档.zip9.57MB5月前
    ZIP基于MATLAB谷物计数源码【含界面GUI】.zip414.63KB5月前
    ZIP基于MATLAB谷物计数系统【含界面GUI】.zip414.63KB5月前
    ZIP基于MATLAB的车牌识别实现车牌定位系统【GUI带界面】.zip71.51KB5月前