資源簡介
提取SAR遙感圖像中城區的河流和道路的代碼實現,對復雜城區道路線條提取非常有效。
代碼片段和文件信息
function?b=bifurcLookUpFun(x)
%?Description:?Computes?lookup?table?for?use?in?detecting?special
%?points?of?the?edge?image
%?1?4?7
%?x?2?5?8
%?3?6?9
%=================================================================%
%?%
%?COMPUTER-AIDED?RECOGNITION?OF?%
%?MAN-MADE?STRUCTURES?IN?AERIAL?PHOTOGRAPHS?%
%?%
%?Luiz?Alberto?Cardoso?under?supervision?of?Prof.?Neil?C.?Rowe?%
%?%
%?Department?of?Computer?Science?%
%?Naval?Postgraduate?School?September?1999?%?
%?%
%=================================================================%
%?Programing?Language:?Matlab?5.3
%?Operational?System:?Windows?NT?4.0
%
%?This?file?named:?‘bifurcLookUpFun.m‘
%-----------------------------------------------------------------%
%?‘Y‘?configuration
p1=[0?1?0;?0?1?0;?1?0?1];
p2=rot90(p1);
p3=rot
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????5182088??2005-08-01?17:35??Line?detection\1Computer-Aided?Recognition?of?Man-Made?Structures?in?Aerial?Photographs?Master‘s?thesis(99).pdf
?????文件???????2081??2011-03-23?19:28??Line?detection\bifurcLookUpFun.m
?????文件???????1046??2011-03-23?19:26??Line?detection\cornerLookUpFun.m
?????文件????????946??2011-03-23?19:45??Line?detection\createCornerLookUp.asv
?????文件????????948??2011-03-23?19:30??Line?detection\createCornerLookUp.m
?????文件??????29588??2011-03-22?15:10??Line?detection\fan.tif
?????文件???????1981??2011-03-23?19:09??Line?detection\fillStraightLookUpFun.m
?????文件?????108174??2011-03-23?19:45??Line?detection\find_building_clusters.asv
?????文件?????108180??2011-03-22?15:15??Line?detection\find_building_clusters.m
?????文件?????108159??2011-03-20?21:01??Line?detection\test.m
?????目錄??????????0??2012-03-04?21:40??Line?detection
-----------?---------??----------?-----??----
??????????????5543191????????????????????11
評論
共有 條評論