登录
首页 » matlab » SarCalibration

SarCalibration

于 2010-05-22 发布 文件大小:18076KB
0 253
下载积分: 1 下载次数: 160

代码说明:

  sar 图像定标程序,由灰度值计算后向散射系数(sar image calibration)

文件列表:

SarCalibration
..............\Debug
..............\.....\ImageEngine.dll,5734475,2009-11-17
..............\.....\SarCalibration.exe,109568,2010-03-11
..............\.....\SarCalibration.exp,1096,2010-03-11
..............\.....\SarCalibration.ilk,999332,2010-03-11
..............\.....\SarCalibration.lib,2558,2010-03-11
..............\.....\SarCalibration.pdb,3492864,2010-03-11
..............\SarCalibration
..............\..............\constant.h,7288,2008-12-05
..............\..............\Debug
..............\..............\.....\BuildLog.htm,11754,2010-03-11
..............\..............\.....\ImageEngine.dll,5734475,2009-11-17
..............\..............\.....\mt.dep,67,2010-03-11
..............\..............\.....\SarCalibration.exe.embed.manifest,920,2010-01-26
..............\..............\.....\SarCalibration.exe.embed.manifest.res,984,2010-01-26
..............\..............\.....\SarCalibration.exe.intermediate.manifest,861,2010-03-11
..............\..............\.....\SarCalibration.obj,26724,2010-03-11
..............\..............\.....\SarCalibration.pch,25296896,2010-01-26
..............\..............\.....\SarCalibration.res,23704,2010-03-11
..............\..............\.....\SarCalibrationDlg.obj,76887,2010-03-11
..............\..............\.....\stdafx.obj,465599,2010-01-26
..............\..............\.....\vc90.idb,920576,2010-03-11
..............\..............\.....\vc90.pdb,2011136,2010-03-11
..............\..............\image.h,3897,2009-06-11
..............\..............\ImageEngine.lib,621798,2009-09-01
..............\..............\img_def.h,1593,2007-04-25
..............\..............\ReadMe.txt,3017,2010-01-26
..............\..............\res

..............\..............\...\SarCalibration.rc2,370,2010-01-26
..............\..............\resource.h,1054,2010-03-11
..............\..............\SarCalibration.aps,59112,2010-03-11
..............\..............\SarCalibration.cpp,2148,2010-01-26
..............\..............\SarCalibration.h,489,2010-01-26
..............\..............\SarCalibration.rc,5725,2010-03-11
..............\..............\SarCalibration.vcproj,5552,2010-01-26
..............\..............\SarCalibration.vcproj.PC-200912031035.Administrator.user,1427,2010-04-12
..............\..............\SarCalibrationDlg.cpp,43967,2010-03-11
..............\..............\SarCalibrationDlg.h,881,2010-03-11
..............\..............\stdafx.cpp,145,2010-01-26
..............\..............\stdafx.h,1796,2010-01-26
..............\..............\targetver.h,1030,2010-01-26
..............\SarCalibration.ncb,23366656,2010-04-12
..............\SarCalibration.sln,908,2010-01-26

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

发表评论

0 个回复

  • tuxiangqiufanquzao
    图像去躁,图像求反,动态范围压缩,直方图均衡化,高通滤波器处理(Image denoising, image inversion, dynamic range compression, histogram equalization, high pass filter processing)
    2017-06-10 22:12:35下载
    积分:1
  • anycad.net.sdk.pro.2015.ur1.chs
    说明:  轻量级的三维画图控件,便于C/C++或C#等平台/语言中引用和开发(Lightweight 3D drawing control, convenient for reference and development in platforms / languages such as C/C++ or C#)
    2020-01-06 19:27:00下载
    积分:1
  • DENTIST-master
    说明:  红外小目标检测算法RIPI,基于红外块图像,张量加权,PCA(infrared target detection algorithm RIPI)
    2020-10-19 10:27:26下载
    积分:1
  • 乳腺肿瘤自动分割程序
    说明:  基于CV模型的自动分割,能够对灰度图分割操作(image segmentation Level set Chan-Vase)
    2019-06-09 14:00:37下载
    积分:1
  • 7.2
    这是一个鼠标特效的例子,非常的简单一看就知道了,希望能与您一块共享(This is a specific example of the mouse, very simple to see that this one, and would like to share with you a piece of)
    2007-08-30 09:27:47下载
    积分:1
  • tuxiangjihetezheng
    说明:  可用于简单图像的处理及几何特征提取,可得到1. 长宽比 2. 矩形度 3. 圆形度 4. 面积凹凸比 5. 周长凹凸比 6. 球形度 7. 偏心率 8. 形状参数(It can be used to process simple images and extract geometric features. It can obtain 1. aspect ratio 2. rectangularity 3. roundness 4. area concave-convex ratio 5. circumference concave-convex ratio 6. sphericity 7. eccentricity 8. shape parameters.)
    2019-04-18 20:55:38下载
    积分:1
  • 均值滤波和中值滤波.doc
    均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两方面存在矛盾。本文首先对不同均值滤波器在处理不同噪声方面的优缺点进行了分析,然后分别用中值滤波器和自适应中值滤波器对被椒盐噪声污染的图像进行了滤波操作,发现自适应中值滤波方法不仅可以有效滤波椒盐噪声,同时还可以有效地克服中值滤波器造成图像边缘模糊的缺点。(Mean filtering and median filtering)
    2018-07-25 20:36:03下载
    积分:1
  • shuxuexingtaiquzao
    数学形态学去噪 有效地还原了原始信号 去除了振动噪声和基线漂移(signal denoising )
    2016-04-07 09:56:54下载
    积分:1
  • MATLAB编程
    计算二维图像的分形维数,将彩色图像灰度处理,然后转换成二值图 进行分形维数计算(calculate the fracture dimensions of the picture)
    2020-11-25 23:39:32下载
    积分:1
  • 代码
    说明:  1、正弦函数 f (t) = K sin(wt +a) 2、矩形脉冲函数 f (t) = u(t) - u(t - t0 ) 3、抽样函数 4、单边指数函数 f (t) = Ke -t 5、已知信号 f1(t) = u(t + 2) - u(t - 2), f 2 (t) = cos(2pt) ,用 MATLAB 绘制 f1(t) + f 2 (t) 和 f1(t)′ f 2 (t)的波形。(such as : Sine function f (t) = K sin(wt +a) Rectangular pulse function f (t) = u(t)-u(t-t0) Sampling function One-sided exponential function f (t) = Ke -t Known signal f1(t) = u(t + 2)-u(t-2), f 2 (t) = cos(2pt), draw with MATLAB The waveforms of f1(t) + f 2 (t) and f1(t)*f 2 (t))
    2021-03-19 10:39:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载