91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

課程設(shè)計(jì) 基于matlab的工件圖像尺寸測(cè)量技術(shù)

資源截圖

代碼片段和文件信息

close?all;
??clc;
A=imread(‘圖像測(cè)量.jpg‘);
figure;
??imshow(A);
??uiwait;
??A=imread(‘圖像測(cè)量.jpg‘);
??A=rgb2gray(A);
??figure(1);imshow(A);
??title(‘灰度圖像‘);
??uiwait;
??A1=medfilt2(A[3?3]);
??figure(2);imshow(A1);
??title(‘中值濾波后的圖像‘);
??uiwait;
??B=imadjust(A1stretchlim(A1));
??figure(3);
??imshow(B);title(‘對(duì)比度增強(qiáng)后的圖像‘)
??uiwait;
??T=graythresh(B);
??BW=im2bw(BT);
??figure(3);imshow(BW);
??title(‘二值化的圖像‘);
??uiwait;
??plot(sum(BW));
??uiwait;
RGB=imread(圖像測(cè)量.jpg‘);
I=rgb2gray(RGB);
figure(4);
imshow(I);
??[xy]=ginput(2);
??D=sqrt((x(1)-x(2))^2+(y(1)-y(2))^2);

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件?????????635??2012-11-06?03:14??程序\test1.m
?????文件???????43980??2012-11-04?22:29??程序\圖像測(cè)量.jpg
?????目錄???????????0??2012-11-13?10:00??程序\

評(píng)論

共有 條評(píng)論

相關(guān)資源