登录
首页 » matlab » SAR图像和光学图像的配准

SAR图像和光学图像的配准

于 2020-08-11 发布 文件大小:1135KB
0 209
下载积分: 1 下载次数: 50

代码说明:

  registration SAR图像与光学图像的配准算法,附源码(Registration SAR image and optical image registration algorithm, with source code)

文件列表:

异质图像配准调试\abstract1_max_area.m, 380 , 2007-10-29
异质图像配准调试\abstract_max_area.asv, 245 , 2007-06-16
异质图像配准调试\abstract_max_area.m, 380 , 2007-10-29
异质图像配准调试\AdjustIm.m, 1387 , 2007-10-29
异质图像配准调试\AffineIm1.asv, 2405 , 2007-06-19
异质图像配准调试\AffineIm1.m, 2405 , 2007-10-29
异质图像配准调试\bridge12.bmp, 201030 , 2007-04-23
异质图像配准调试\CalculateCenter.asv, 1542 , 2007-10-29
异质图像配准调试\CalculateCenter.m, 1546 , 2007-10-29
异质图像配准调试\Excute.asv, 528 , 2007-06-19
异质图像配准调试\Excute.m, 521 , 2007-10-29
异质图像配准调试\GeneticAlgo.m, 591 , 2007-10-29
异质图像配准调试\guanghan.bmp, 370886 , 2007-06-14
异质图像配准调试\hanguang.bmp, 358102 , 2007-06-18
异质图像配准调试\hanguang1.bmp, 377472 , 2007-07-02
异质图像配准调试\hanguang11.bmp, 358104 , 2007-11-09
异质图像配准调试\hanguang12.bmp, 358104 , 2007-11-09
异质图像配准调试\hanguang13.bmp, 358104 , 2007-11-09
异质图像配准调试\hanguang14.bmp, 358104 , 2007-11-09
异质图像配准调试\hanguangsar.bmp, 261978 , 2007-11-21
异质图像配准调试\Hausdorff1.m, 1007 , 2007-06-18
异质图像配准调试\Hausdorff_2parameter.m, 960 , 2007-06-19
异质图像配准调试\Hausdorff_6parameter.m, 960 , 2007-06-19
异质图像配准调试\Hausdorff_level.m, 1010 , 2007-06-15
异质图像配准调试\RSRADFilter.m, 2935 , 2007-03-29
异质图像配准调试\Seg.asv, 425 , 2007-10-29
异质图像配准调试\Seg.m, 434 , 2007-10-29
异质图像配准调试\Segment_diffuse_function.m, 4631 , 2007-11-21
异质图像配准调试\WipeSpeckles.m, 789 , 2007-04-07
异质图像配准调试\阎良.JPG, 15610 , 2007-10-29
异质图像配准调试\阎良2.JPG, 8745 , 2007-10-29
异质图像配准调试\阎良3.JPG, 14920 , 2007-10-29
异质图像配准调试, 0 , 2009-08-25

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

发表评论

0 个回复

  • cameral
    说明:  视频图像的采集,捕捉的小程序,在MATLAB环境下运行,有预览、捕捉图像、连续捕捉等功能。(Video image capture, capture a small program to run in the MATLAB environment, there is preview, capture images, continuous capture functions.)
    2009-08-31 11:55:30下载
    积分:1
  • Plainstrain_PatchTest
    This code is used for patch test of plain strain in FEM.
    2013-12-07 10:45:15下载
    积分:1
  • eps
    边缘保护平滑算法(eps),可以读图像实现保边滤波。(Edge preserving smoothing algorithm (eps), can read the image edge filter to achieve protection)
    2010-09-20 16:10:22下载
    积分:1
  • kaam_ki_cheez
    The channel estimation algorithm is based on a subspace approach. The method works only for identifiable STBCs (excluding >=1-rate STBCs). See publication [1] for more detail about the algorithm and the identifiability conditions. The zip file contains three m files. - space_time_coding.m (perform space time coding) - subspace_channel_estimation_STBC.m (channel estimation) - one_shot.m (show an example) To use these files, extract the three files in the same folder. Then, call the script one_shot in the matlab command window. Reference: [1] Ammar, N. Ding, Z. "Blind Channel Identifiability for Generic Linear Space-Time Block Codes" IEEE Transactions on Signal Processing Volume 55, Issue 1, Jan. 2007 Page(s):202 - 217(The channel estimation algorithm is based on a subspace approach. The method works only for identifiable STBCs (excluding >=1-rate STBCs). See publication [1] for more detail about the algorithm and the identifiability conditions. The zip file contains three m files. - space_time_coding.m (perform space time coding) - subspace_channel_estimation_STBC.m (channel estimation) - one_shot.m (show an example) To use these files, extract the three files in the same folder. Then, call the script one_shot in the matlab command window. Reference: [1] Ammar, N. Ding, Z. "Blind Channel Identifiability for Generic Linear Space-Time Block Codes" IEEE Transactions on Signal Processing Volume 55, Issue 1, Jan. 2007 Page(s):202- 217)
    2009-12-05 17:14:58下载
    积分:1
  • main2
    一维高斯函数拟合,分析其方差和期望、残差平方和、决定系数等(Guass fitting)
    2014-12-15 10:41:55下载
    积分:1
  • MATLAB-Optimization-Toolbox
    文件是一个Matlab优化工具箱,主要内容是线性规划模型、非线性规划模型、二次规划模型、多目标规划模型和最大最小化模型。(The file is a Matlab optimization toolbox, the main content is a linear programming model, nonlinear programming model, quadratic programming model, a multi-objective programming model and maximum minimization model.)
    2013-05-18 11:28:16下载
    积分:1
  • BilateralFilter
    双边滤波代码,用matlab实现,灰度图和彩色图都能用,简单容易看懂(Bilateral Filtering.Implemented in matlab, both gray and color images are applicable.It s easy to read.)
    2014-05-31 10:13:27下载
    积分:1
  • ofdm
    一个有关OFDM系统信道估计的程序,MATLAB环境(An OFDM system channel estimation procedure, MATLAB environment)
    2008-03-10 18:21:50下载
    积分:1
  • PLStest
    偏最小二乘(PLS)算法建模,并提供一个实例分析,提供异常过程监控Q统计量和T统计量。检测出故障。(Partial Least Squares (PLS) algorithm modeling, and provides a case study to provide process monitoring abnormal Q statistic and T statistics. To detect the fault.)
    2013-08-12 10:34:41下载
    积分:1
  • fiber-mode-LP01
    利用matlab实现光纤的模式分布图的模拟。(Using matlab to achieve mode fiber distribution simulations.)
    2020-12-07 16:49:22下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载