代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/135779/13899994
m example57_1.m
figure('name','简单的形状识别','numbertitle','off');
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%
a=imread('example57Re1.bmp');
p=rgb2gray(a);
for i=1:128
for j=1:128
if p(i,j)>130
www.eeworm.com/read/135779/13900319
m example57_3.m
figure('name','简单的形状识别','numbertitle','off');
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%
a=imread('example57Re3.bmp');
p=rgb2gray(a);
for i=1:128
for j=1:128
if p(i,j)>130
www.eeworm.com/read/135779/13900605
m example57_2.m
figure('name','简单的形状识别','numbertitle','off');
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%
a=imread('example57Re2.bmp');
p=rgb2gray(a);
for i=1:128
for j=1:128
if p(i,j)>130
www.eeworm.com/read/135754/13902159
m example57_1.m
figure('name','简单的形状识别','numbertitle','off');
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%
a=imread('example57Re1.bmp');
p=rgb2gray(a);
for i=1:128
for j=1:128
if p(i,j)>130