xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

自己實(shí)現(xiàn)的canny邊緣檢測(cè)算子,包括高斯濾波,非極大值抑制,雙閾值處理,邊緣細(xì)化等步驟。

資源截圖

代碼片段和文件信息

?function?e?=?canny(ImsigmafsizelowThreshhighThresh)
%
%?This?function?is?used?to?get?the?edge?of?the?gray?image?Im?
%?with?canny?detection.And?the?parameters?are?as?follows:
%?
%???Im?????????-?the?input?gray?image.
%???sigam??????-?the?gaussian?filter‘s?standard?deviation.???????
%???fsize??????-?the?gaussian?filter‘s?sizei.e[fsizefsize].
%???lowThresh??-?input?lower?thresh?value.
%???highThresh?-?input?high?thresh?value.
%???e??????????-?output?edge?image?which?is?a?binary?image.

??[widthheight]?=?size(Im);
??e?=?zeros(widthheight);
??fgau?=?fspecial(‘Gaussian‘[fsizefsize]sigma);
??ImSmooth?=?imfilter(Imfgau‘replicate‘);
??fx?=?[00;-11];
??fy?=?[0-1;01];
??
??ax?=?imfilter(ImSmoothfx‘replicate‘);
??ay?=?imfilter(ImSmoothfy‘replicate‘);
??
??m

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????4226??2011-03-19?20:33??canny.m

?????文件????????456??2011-03-20?20:48??cannytest.m

?????文件????????541??2011-03-26?21:05??readme.txt

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

?????????????????5223????????????????????3


評(píng)論

共有 條評(píng)論