资源说明:苹果的特征检测与MATLAB实现-苹果的特征检测与MATLAB实现.rar
摘要:
本文选取了可用于苹果分级的部分特征,并在Matlab上进行试验检测。该方法可以对苹果的外部缺陷、果梗、尺寸和形状进行全面的检测,在此基础上可对苹果进行高速和精确的分级。
1.大小检测
2.缺陷检测
3.果梗检测
4.结论
I= imread;
I2= rgb2gray;
J= imadjust;
B=medfilt2;
BW= edge;
BWfill= imfill;
BWfilt=medfilt2;
BWfilt2=medfilt2;
BWfilt3=medfilt2;
BWfilt4=medfilt2;
BWfilt5=medfilt2;
figure,subplot,imshow;
subplot,imshow;
subplot,imshow;
figure,subplot,imshow;
subplot,imshow;
subplot,imshow;
a= bwarea;
[x,y]= size;
b= a/ ;
if
fprintf;
else
完成程序见附件!
复制代码
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。