登录
首页 » Visual C++ » SAR-blur-analysis

SAR-blur-analysis

于 2010-07-07 发布 文件大小:749KB
0 298
下载积分: 1 下载次数: 45

代码说明:

  分析了合成孔径雷达的模糊度问题及其对图像质量的影响, 详细描述了模糊度的 表达式, 分析了不同系统参数对模糊度的影响, 对所谓的重影现象作了定量分析(Analysis of synthetic aperture radar ambiguity problems and their impact on image quality, a detailed description of the fuzzy degree of expression of the different system parameters on the degree of influence on the so-called ghost phenomenon analyzed quantitatively)

文件列表:

合成孔径雷达模糊度分析.pdf,408404,2010-07-07
合成孔径雷达模糊度分析2.pdf,391628,2010-07-07

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

发表评论

0 个回复

  • GaborTexture
    使用MFC以及Gabor小波处理进行图像的特征纹理提取(Using MFC and Gabor wavelet to extract texture features for image)
    2011-10-07 08:46:32下载
    积分:1
  • lowpass
    实现巴特沃斯低通滤波器的小程序,大家看看能不能参考一下。(Butterworth low-pass filter program, see if you can refer to.)
    2012-05-05 11:45:23下载
    积分:1
  • 深度的快速实现增强的算法 GUIDED
    深度图像的快速实现增强的算法,效果非常好,但是速度很快(Quick to realize the depth of image enhancement algorithms, the effect is very good, but fast)
    2015-04-17 11:22:58下载
    积分:1
  • live-wire_contour_version_matlab
    自己写的matlab版的live-wire算法,效率有点低,不过可用(Written in Matlab version, the live-wire algorithm, a bit low, but available)
    2012-04-24 09:10:27下载
    积分:1
  • ITKbrain
    ITK的脑室图像分割,可以对脑部的图像用itk进行分割,用VTK来进行显示。(the segration of brain of ITK )
    2009-03-20 17:42:08下载
    积分:1
  • Direct
    图像分割,完整程序,验证可行。新手上传,望支持。(image direct)
    2012-05-04 22:25:30下载
    积分:1
  • vtk-CT(MC)
    MC算法实现CT医学图像的三维重建,面绘制技术(MC algorithm CT medical image reconstruction, surface rendering technology)
    2014-02-25 10:14:46下载
    积分: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
  • 222171720920061213101744868886
    使用 visual c++编写的基本的数字图像处理程序,(The use of visual c++ Prepared basic digital image processing procedures,)
    2007-10-21 16:26:10下载
    积分:1
  • LMD
    自己编写的数字图像处理程序,包括打开bmp图像,直方图,阈值分割,形态学处理等功能。(digital image processing procedures, including open bmp image, histogram, threshold segmentation, morphological processing and other functions.)
    2013-11-14 22:17:45下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载