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

資源簡介

對一幅含有大量細胞的圖片進行邊緣檢測,標注其中的細胞,并且統計細胞的數目

資源截圖

代碼片段和文件信息

%clear?all;
%close?all;
%warning?off?all;
%I=imread(‘cell.bmp‘);
I=uint8(im111);
%figureimshow(I)xlabel(‘原始圖像‘);
I=rgb2gray(I);
f1=medfilt2(I[5?5]);%中值濾波
f1=medfilt2(f1[7?7]);
f1=imadjust(f1[0.40.9][0?1]);%增強對比度
BW_canny=edge(f1‘canny‘[0.020.06]0.7);
%figureimshow(BW_canny)xlabel(‘原始圖像‘);
se=strel(‘disk‘3);
BW_canny=imdilate(BW_cannyse);%膨脹
BW_canny=imdilate(BW_cannyse);%膨脹
BW_canny=imdilate(BW_cannyse);%膨脹
BW_canny=imdilate(BW_cannyse);%膨脹
BW_canny=imerode(BW_cannyse);%腐蝕
BW_canny=imerode(BW_cannyse);%腐蝕
domain=[1?1?1;0?1?0;1?1?0];
Y=ordfilt2(BW_canny6domain);%統計濾波器
domain=[1?0?1;1?1?0;1?1?1];
Y=ordfilt2(Y5domain);???
Y1=edge(Y‘canny‘);
%figureimshow(Y1)xlabel(‘canny?檢測‘);
Y1=imdilate(Y1se);%膨脹
%figureimshow(Y1)xlabel(‘canny?檢測‘);
set(h3‘CData‘Y1);
imwrite(Y1‘temp.jpg‘);





?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????3932214??2011-06-20?13:41??Edge?detection\17.bmp

?????文件????????893??2011-07-06?23:47??Edge?detection\Canny.m

?????文件????3932214??2011-06-20?13:41??Edge?detection\cell.bmp

?????文件????3932214??2011-06-20?13:41??Edge?detection\cell1.bmp

?????文件????????169??2011-07-03?21:36??Edge?detection\cellnum.asv

?????文件????????241??2011-07-04?18:44??Edge?detection\cellnum.m

?????文件????????202??2011-07-06?21:05??Edge?detection\circle.asv

?????文件????????203??2011-07-06?21:06??Edge?detection\circle.m

?????文件???????6163??2009-06-05?21:43??Edge?detection\emily.fig

?????文件???????3095??2009-06-05?21:36??Edge?detection\emily.m

?????文件???????1182??2011-07-04?18:42??Edge?detection\Log.m

?????文件???????3136??2011-06-27?23:47??Edge?detection\main.asv

?????文件???????3667??2011-07-06?21:00??Edge?detection\main.m

?????文件????????470??2011-07-07?00:51??Edge?detection\markcell.asv

?????文件????????470??2011-07-07?00:51??Edge?detection\markcell.m

?????文件????????432??2011-06-29?00:28??Edge?detection\open_menu_1.m

?????文件????????965??2011-06-29?00:59??Edge?detection\Prewitt.asv

?????文件????????984??2011-07-04?18:42??Edge?detection\Prewitt.m

?????文件????????334??2011-06-29?13:09??Edge?detection\save_as_menu_1.m

?????文件???????1209??2011-06-29?00:54??Edge?detection\sobel.asv

?????文件???????1249??2011-07-05?15:28??Edge?detection\sobel.m

?????文件??????42506??2011-07-06?23:57??Edge?detection\temp.jpg

?????文件???????6226??2009-06-05?21:34??Edge?detection\untitled1.fig

?????文件???????3183??2009-06-05?21:34??Edge?detection\untitled1.m

?????文件???????1367??2011-07-04?18:42??Edge?detection\Zerocross.m

????..A..H.??????7680??2011-05-27?15:58??Edge?detection\zq.suo

?????目錄??????????0??2011-11-03?22:43??Edge?detection

-----------?---------??----------?-----??----

?????????????11882668????????????????????27



............此處省略0個文件信息

評論

共有 條評論