登录
首页 » matlab » insarmatlab

insarmatlab

于 2021-02-19 发布 文件大小:1661KB
0 270
下载积分: 1 下载次数: 1

代码说明:

说明:  用matlab实现的insar处理软件。(Using matlab to achieve the InSAR processing software.)

文件列表:

bowl.m
cc.m
cone.m
Contents.m
cpt2map.m
cpxdetrend.m
cpxmultilook.m
DATA.DAT
datatypesize.m
deos.m
deos2.m
enlargefig.m
freadbk.doc
freadbk.m
freadbk.txt
freadhgt.m
freadras.m
fsize.m
fwritebk.m
fwritehgt.m
heightamb.m
help.txt
helphelp.m
iseven.m
isint.m
isodd.m
ispow2.m
issamesize.m
isscalar.m
isvector.m
lying.m
manuwbk.m
manuwbk_cb.m
master2_128_512
master3_128_512
mirm.m
mph.m
myhamming.m
myrect.m
normalize.m
oversample.m
pdf_phase.m
ph.m
plotcbar.m
plotdem.m
plotersdop.m
pra4.m
pyramid.m
ramp.m
raws.dat
residues.m
siminterf.m
simnoise.m
simslc.m
simstack.m
simulateslc.m
standing.m
std_phase.m
std_phasePS.m
swap.m
tip.m
titlebold.m
titlenormal.m
top.m
trap.m

wrap.m

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

发表评论

0 个回复

  • 第四次作业
    说明:  1.使用medfilt2函数对‘lena.bmp’进行不同模板大小的中值滤波,并观察效果 2.使用fspecial函数构造‘gaussian’, ‘sobel’, ‘prewitt’, ‘laplacian’, ‘average’等不同滤波算子,使用filter2函数对‘cameraman.tif ’进行滤波,观察不同滤波器的效果 3.设计频域理想低通和理想高通滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变截止频率,观察对结果的影响。 4.对‘homo.bmp’进行同态滤波,其中频域同态滤波器自行设计。要求在程序注释中说明你设计该滤波器的思想。(1' lena.bmp 'The median filtering with different template sizes was carried out and the effect was observed2. Fsspecial function is used to construct different filter operators such as' Gaussian ',' Sobel ',' Prewitt ',' Laplacian ',' average ', etc' cameraman.tif 'Filter and observe the effect of different filters3. Design ideal low pass and ideal high pass filters in frequency domain' phantom.bmp 'The image is filtered in frequency domain and the filtering result is displayed. Then change the cut-off frequency and observe the effect on the results.4. Yes' homo.bmp 'The homomorphic filter is designed by ourselves. The idea of designing the filter should be explained in the program notes.)
    2020-12-11 21:53:25下载
    积分:1
  • Color-transfer-between-images
    非常经典的彩色转移算法的原文及源代码,是学习彩色转移必须看的。(The text of the classic color transfer algorithm and the source code, is the study of color transfer must see it. )
    2013-09-28 16:19:42下载
    积分:1
  • 16QAM-blind-equlization-for-cma
    基础的盲均衡算法,16相位正交调幅恒模盲均衡算法。(A basic blind equlization algorithm ,named as 16 QAM blind equlization for CMA. )
    2020-10-21 16:47:24下载
    积分:1
  • vb
    文件包括图像平滑处理,灰度拉伸,梯度法锐化,拉普拉斯锐化,色彩变换 二值化,边缘增强等, 还有众多的直方图。是学习vb 图像处理的一个很好的实例!
    2023-01-16 23:00:03下载
    积分:1
  • 找圆心坐标
    图像拟合圆并标记圆心坐标,有需要的同志可以参考(The image is fitted to the circle and the center coordinates are marked)
    2018-02-22 13:25:11下载
    积分:1
  • qtfm_2_0
    利用四元数对彩色图像进行各种图像处理的,如滤波、快速傅立叶变化、图像质量评价等。(Use quaternion various images for color image processing, such as filtering, fast Fourier transform, the image quality evaluation.)
    2013-10-18 09:10:43下载
    积分:1
  • BM3D-master
    BM3D去噪算法开源代码,不是MATLAB的保密脚本文件,可更改(BM3D,image denoising algorithm)
    2021-04-27 20:28:44下载
    积分:1
  • MarchingCubes
    三维表面重建算法,matchingcube快速算法。(3D surface reconstruction algorithm)
    2021-01-27 12:38:41下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 2
    一种基于直方图改进的FCM聚类水下图像分割算法 文献加matlab实现代码(Improved histogram based FCM clustering literature plus underwater image segmentation algorithm matlab code)
    2013-09-12 22:10:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载