資源簡介
sar圖像處理中的雙閾值分割算法的matlab實現代碼
)
代碼片段和文件信息
function?t?=?cutpict(fxy)
%?this?function?is?used?to?get?standard?128*128?picture?from?f
%?the?start?pixel?is?(xy)
l?=?128;
[len?hig]=?size(f);
if?x>len+128?||?y>hig+128
????t?=?uint8(zeros(128128));
else
????t?=?f(x:x+127y:y+127);
end
close?all;
figure;
imshow(t)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????285??2007-06-14?01:20??雙閾值分割算法\cutpict.m
?????文件????????3013??2007-06-14?01:42??雙閾值分割算法\graythresh_n.m
?????目錄???????????0??2014-03-05?12:56??雙閾值分割算法\
評論
共有 條評論