资源简介
提取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
相关资源
- iran-sar-image insar图像数据
- RDA_point RD算法实现
- dwt_ihs_fusion 基于离散小波变换和IHS变
- 三正弦叠加高斯白噪声信号源进行频
- SAR图像的去噪
- fusion_change_detection SAR图像变化检测代
- gradient
- Radarsat2 将Radarsat2极化SAR图像数据转换
- Xieshi2 SAR回波的仿真程序
- SAR_Clutter SAR杂波统计建模方面的源程
- aaa 关于遥感图像分类方面的程序源代
- K-mean 基于纹理度量的图像分割
- PCA 基于PCA的遥感图像融合
- sar-denoising sar图像去噪的几种新的方法
- SAR-RDA-Algorithm SAR成像中的RD算法是最经
- sar2788155
- successtiqu 程序实现遥感影像中的道路
- SAR
- Image-Fusion-Using-PCA 基于PCA的遥感影像融
- KSVD-for-SAR_LOG 用基于稀疏表示和KSVD字
- SAR 基于模糊贴近度的SAR图像变化检测
- ISAR-Imaging-With-MATLAB-Algorithms 这本书提
- DarionALToolbox
-
MRF-ba
sed-image-segmentation 基于马尔科夫 - cfar 恒虚警算法matlab程序
- isar_code_new ISAR点目标RD成像算法
- sar-edge-detection sar 图像边缘检测算子
- INSARjiechanchao INSAR相位解缠绕程序
- MatlabImageProcessing 遥感图像的读取
- freeman 一个极化SAR处理过程中freeman分
评论
共有 条评论