登录
首页 » matlab » insar-toolbox

insar-toolbox

于 2020-10-22 发布 文件大小:67KB
0 250
下载积分: 1 下载次数: 54

代码说明:

  这个是INSAR图像处理的matlab工具箱,里面包含了很多有用的函数,对我们非常有帮助。(This is the INSAR image processing toolbox, which contains many useful functions, very helpful to us.)

文件列表:

insar
.....\bowl.m,1207,2001-09-28
.....\cc.m,343,2001-09-28
.....\cone.m,1064,2001-09-28
.....\Contents.m,3877,2001-09-28
.....\cpt2map.m,1936,2001-09-28
.....\cpxdetrend.m,5564,2001-09-28
.....\cpxmultilook.m,3602,2001-09-28
.....\datatypesize.m,2925,2001-09-28
.....\deos.m,979,2001-09-28
.....\deos2.m,952,2001-09-28
.....\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,17629,2008-09-15
.....\simnoise.m,3569,2008-09-15
.....\simslc.m,915,2001-09-28
.....\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,1703,2008-09-15
.....\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,822,2008-09-15

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

发表评论

0 个回复

  • meanshift
    一个外国人写的很好的meanshift聚类算法,有例程,可运行(Written by a foreigner meanshift good clustering algorithm, a routine can be run)
    2020-06-26 19:20:02下载
    积分:1
  • pinpufenxi
    说明:  在matlab下实现信号频谱分析:利用快速付里叶变换FFT得到下列信号的频谱,并绘制信号及频图形:1.长2s的方波信号,频率f=10Hz (In matlab signal spectrum analysis: the fast in leaf transform FFT get pay of spectrum, the signal and drew the signal and frequency graphics: 1. The long 2s, frequency f = square wave signal 10Hz )
    2011-03-22 21:23:18下载
    积分:1
  • ScSR
    Jianchao Yang 的基于稀疏表示的单幅图像重建的原始代码,先将高低训练图像分块,再将块训练成高低字典,将测试图像映射到低字典上,得到系数,再乘以高子典就得到最后的图像。对学习超分辨率同学的参考作用很大。(This is the original matlab code for super resolution by Jianchao Yang 。The method is sparse represent based on the overcomplete dictionary。)
    2020-11-24 00:39:33下载
    积分:1
  • daima
    题目: 八宝粥的生产过程中需要用到大量的红豆(红蚕豆),而实际上从红豆产地购买得到的红豆中会参杂一些杂物和不合格红豆。为了保证八宝粥的质量,需要对红豆进行筛选,去除不合格红豆和其它杂物。目前国内在红豆筛选工序上仍然使用人工筛选的方式,存在人工成本高、精确度差、劳动强度大等缺点。因此八宝粥生产厂商迫切需求开发一款能够自动实现红豆筛选的自动化筛选机。针对上述需求,请设计筛选机中的基于可见光图像的红豆筛选算法,该算法应尽可能的准确的找到参杂在红豆原料中的不合格红豆和杂物。 附件包括两个不同实验环境下拍摄得到的红豆相关图片样本库,实验环境分别为自然光照条件和灯光条件。每个条件下的样本库包括合格、不合格、杂物和混合四类样本的图像,其中合格、不合格以及杂物的图像可用来训练或建模,混合类图像用来测试算法的准确性和实时性。同学可在自然光照环境下的样本库或者灯光条件下的样本库中任选其一,用于解决上述问题。 作业提交格式包括以下四个内容: 一、 问题分析 二、 算法设计 三、 实验结果(将自己选择的样本库中的混合样本图片中的样本个体进行分类,并给出可视化的分类结果。) (Title:Use a lot of red bean production process of eight-treasure porridge ( red bean ), but in fact from the Red areas available in red bean can blend some sundries and unqualified red bean. In order to ensure the quality of eight-treasure porridge, the need for screening of red bean, red bean and other debris removal is not qualified. At present in the domestic bean screening process still use manual screening method, has the disadvantages of high labor costs, poor accuracy, high labor intensity. Therefore, eight-treasure porridge manufacturers need to develop a can achieve automatic bean screening automatic screening machine. According to the above requirements, please design screening machine selection algorithm based on visible light image of the red, the algorithm should be as accurate as possible to find the mixed in the bean raw materials in the unqualified red bean and debris.Accessories include captured in two different experimental environment of the red bean image sample dat)
    2013-03-11 21:10:47下载
    积分:1
  • richter-master
    使用cnn + svm的分类,结果运行不错(Using CNN + SVM classification, the result runs pretty well.)
    2021-02-20 21:09:42下载
    积分:1
  • EZW
    此代码是小波零树算法的matlab实现程序,子程序较为齐全,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。(This code is the wavelet zero-tree algorithm matlab implementation procedures, subroutines are more complete, including the final calculation of the peak signal to noise ratio and the compressed image compression source.)
    2009-10-23 09:56:02下载
    积分:1
  • lianmazhixianjiance
    链码直线检测,采用求取图像边界,然后边界跟踪,判别直线(Chain code line detection, to strike the image boundary, then the boundary tracking, discriminant linear)
    2012-12-15 15:51:55下载
    积分:1
  • EZW
    图像压缩经典EZW算法 可提初学者学习参考使用(image compression EZW)
    2013-10-12 14:22:16下载
    积分:1
  • opticalflowMATLAB
    LK 和HS光流代码,初学者可用,带有误差分析(LK optical flow and the HS code is available for beginners, error analysis with)
    2015-11-28 10:35:21下载
    积分:1
  • cartoon
    该程序主要是对一幅图像进行动漫风格化 总体上,把照片变成动漫化风格分以下几步: (1)膨胀图片让其亮暗分明 (2)区域平滑 (3)增强锐化,以突出显示边缘线条。(The program is mainly a cartoon style animation style On the whole, take the photo into the animation style and divide the following steps. (1) the expansive picture makes it bright and dark (2) regional smoothness (3) sharpening to highlight the edge lines.)
    2017-12-25 11:54:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载