登录
首页 » matlab » matlab-basic-insar

matlab-basic-insar

于 2020-12-06 发布 文件大小:553KB
0 129
下载积分: 1 下载次数: 120

代码说明:

  源程序为MATLAB代码,主要功能是对干涉SAR数据的基本处理。(The source code for the MATLAB code, the main function is to interferometric SAR data processing.)

文件列表:

insar程序
.........\bowl.m,1207,2001-09-28
.........\cbar.eps,9428,2009-10-19
.........\cc.m,344,2009-10-11
.........\cint.srp.raw,524288,2009-10-10
.........\cone.m,1064,2001-09-28
.........\cpt2map.m,1936,2009-10-11
.........\cpxdetrend.m,5564,2001-09-28
.........\cpxmultilook.m,3602,2001-09-28
.........\datatypesize.m,2925,2009-10-19
.........\deos.m,979,2001-09-28
.........\deos2.m,952,2009-10-19
.........\enlargefig.m,700,2001-09-28
.........\freadbk.m,6309,2001-09-28
.........\freadhgt.m,917,2001-09-28
.........\freadras.m,1599,2001-09-28
.........\fsize.m,934,2001-09-28
.........\fwritebk.m,2496,2001-09-28
.........\fwritehgt.m,1347,2001-09-28
.........\heightamb.m,571,2001-09-28
.........\helphelp.m,1917,2001-09-28
.........\iseven.m,663,2001-09-28
.........\isint.m,760,2001-09-28
.........\isodd.m,590,2001-09-28
.........\ispow2.m,516,2001-09-28
.........\issamesize.m,516,2001-09-28
.........\isscalar.m,241,2001-09-28
.........\isvector.m,407,2001-09-28
.........\lying.m,288,2001-09-28
.........\manuwbk.m,10193,2001-09-28
.........\manuwbk_cb.m,14288,2001-09-28
.........\mirm.m,3578,2001-09-28
.........\mph.m,15366,2001-09-28
.........\myhamming.m,1841,2001-09-28
.........\myrect.m,1086,2001-09-28
.........\normalize.m,1085,2001-09-28
.........\oversample.m,3589,2001-09-28
.........\pdf_phase.m,4823,2001-09-28
.........\ph.m,1663,2001-09-28
.........\plotcbar.m,1507,2001-09-28
.........\plotdem.m,2120,2001-09-28
.........\plotersdop.m,2124,2001-09-28
.........\pra4.m,4466,2001-09-28
.........\pyramid.m,1129,2001-09-28
.........\ramp.m,1228,2001-09-28
.........\residues.m,3373,2001-09-28
.........\siminterf.m,17574,2001-09-28
.........\simnoise.m,3574,2001-09-28
.........\simslc.m,913,2010-01-06
.........\simstack.m,6385,2001-09-28
.........\simulateslc.m,929,2001-09-28
.........\standing.m,290,2001-09-28
.........\std_phase.m,3649,2001-09-28
.........\std_phasePS.m,1720,2001-09-28
.........\swap.m,253,2001-09-28
.........\tip.m,1716,2001-09-28
.........\titlebold.m,2114,2001-09-28
.........\titlenormal.m,2132,2001-09-28
.........\top.m,1296,2001-09-28
.........\trap.m,1296,2001-09-28
.........\wrap.m,827,2001-09-28
.........\新建 文本文档.txt,6396,2010-04-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • exemplar-based-image-inpainting-master
    说明:  图像修复算法 使用criminisi算法对破损图像进行修复。(The image restoration algorithm uses criminisi algorithm to repair the damaged image.)
    2020-11-25 22:09:32下载
    积分:1
  • stack_seg
    基于堆栈的图像分割算法,速度较普通区域生长法更快(Stack-based image segmentation algorithm, region growing faster than the ordinary method faster)
    2007-12-04 11:36:01下载
    积分:1
  • OpenCVFaceDetectDirectShow小波分割算法
    OpenCV FaceDetectDirectShow小波图像分割算法(Wavelet image segmentation algorithm)
    2020-06-17 05:20:01下载
    积分:1
  • code
    说明:  基于GEE平台的Landsat5 SR影像去云及NDVI计算(Landsat5 SR image cloud removal and NDVI computing based on GEE platform)
    2020-03-26 23:25:25下载
    积分:1
  • clusterImg
    说明:  彩色图像分割,灰常不错。This function implements kmeans clustering on an input RGB (m x n x 3) image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this function will step through an interactive color segmentation using kmeans clustering. It is interactive in that the user will be prompted to click-define the target colors in the segmentation.(This function implements kmeans clustering on an input RGB (m x n x 3) image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this function will step through an interactive color segmentation using kmeans clustering. It is interactive in that the user will be prompted to click-define the target colors in the segmentation.)
    2011-03-02 18:21:10下载
    积分:1
  • PrincipalCurves
    这是网上较难得到的一份基于主曲线轮廓提取的算法和论文,大家可以试一下!(This is a package of the paper and source of principal curve! It deserves you to have a try!)
    2020-11-15 21:09:41下载
    积分:1
  • PCA-matlab
    PCA的matlab实现源码,初学者实用(Matlab realize the PCA source beginners practical)
    2012-11-22 16:20:02下载
    积分:1
  • Codes
    用于实现高密度人群聚合检测 包含:边缘检测、灰度共生矩阵计算、SVM特征分量的分类(For achieving high-density population polymerization detector comprises: edge detection, gray level co-occurrence matrix calculation, classification SVM characteristic component)
    2016-11-24 15:24:00下载
    积分:1
  • ROC--AUC
    数字图像处理中对分类器优劣的判定常用的ROC/ACU源码。希望对你有用。(The ROC/ACU source code commonly used in the determination of the quality of the classifier in digital image processing. I hope useful to you.)
    2017-04-12 10:36:41下载
    积分:1
  • HOG+SVM进行片中行人检测
    行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
    2020-10-30 16:09:56下载
    积分:1
  • 696519资源总数
  • 104205会员总数
  • 22今日下载