登录
首页 » Visual C++ » SAR_image_processing

SAR_image_processing

于 2010-01-26 发布 文件大小:77KB
0 242
下载积分: 1 下载次数: 646

代码说明:

  SAR复数数据转换,RAW格式数据转换,雷达图像滤波,LEE-sigema滤波,Frost滤波,Gamma-MAP滤波,KUAN滤波,雷达图像几何处理,斜距到地距转换程序。(SAR complex data conversion, RAW format, data conversion, radar image filtering, LEE-sigema filter, Frost filter, Gamma-MAP filtering, KUAN filtering, radar image geometry processing, slant range to ground from the conversion process.)

文件列表:

SAR_雷达影像处理源代码
......................\ChildFrm.cpp
......................\ChildFrm.h
......................\DIB.CPP
......................\DIB.H
......................\FUSHU.cpp
......................\FUSHU.h
......................\JIHECHULI.cpp
......................\JIHECHULI.h
......................\MainFrm.cpp
......................\MainFrm.h
......................\microwave200432590139.aps
......................\microwave200432590139.clw
......................\microwave200432590139.cpp
......................\microwave200432590139.dsp
......................\microwave200432590139.dsw
......................\microwave200432590139.h
......................\microwave200432590139.ncb
......................\microwave200432590139.opt
......................\microwave200432590139.plg
......................\microwave200432590139.rc
......................\microwave200432590139Doc.cpp
......................\microwave200432590139Doc.h
......................\microwave200432590139View.cpp
......................\microwave200432590139View.h
......................\RAW.cpp
......................\RAW.h
......................\ReadMe.txt
......................\res

......................\...\microwave200432590139.rc2


......................\Resource.h
......................\StdAfx.cpp
......................\StdAfx.h

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

发表评论

0 个回复

  • example
    使用C++和CUDA编写的双边滤波器。在平滑图像的同时可以保持边界(Using bilateral filter the C++ and CUDA written. Boundary can be kept in the smooth image while)
    2013-01-09 19:06:43下载
    积分:1
  • GRAY
    灰度图生成程序 可以生成BMP/JPG格式的灰度图 大家可以随便使用下载(Grayscale generator can generate BMP/JPG format, you can easily use the download grayscale)
    2010-11-10 14:41:38下载
    积分:1
  • guass_fliter_pic
    高斯滤波算法,可用于模糊图片,除掉图片中的高频噪声(gauss fliter to remove high frequency noise for pic )
    2017-03-11 10:40:11下载
    积分:1
  • HOG-adaboost
    HOG adaboost pedestrian-detect
    2014-04-09 02:59:39下载
    积分:1
  • Feature-point-extraction
    使用GDAL库,用于遥感影像的特征点提取(Using the GDAL library, used for remote sensing image feature point extraction)
    2011-12-25 15:11:45下载
    积分: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
  • 去雾算法源代码c++
    图像去雾c++版源代码,实现效果还不错,可直接运行。(Fog to remove the c++ version of the source code, the effect is not bad, can be run directly.)
    2020-09-02 18:08:07下载
    积分:1
  • InversePerspectiveMapping
    对输入的图像帧感兴趣区域进行逆透视投影变换,得到俯视图。(The input of the image frame of interest in the area of the inverse perspective projection transform, get a top view. InversePerspectiveMapping)
    2016-12-04 21:31:56下载
    积分:1
  • 0999
    卡尔曼滤波是一种数据处理方法,它是一种线性最小方差无偏估计准则,基于系统 状态估计和当前观测,通过引入状态空间而获得的新的状态估计.本篇论文陈述了卡尔曼滤 波的基本思路和算法;并通过仿真,显示卡尔曼滤波的功能,以及如何用它来跟踪方向确定、速度恒定的飞行器。 (Kalman filter is a data processing method, which is a linear minimum variance unbiased estimation criteria, based on system state estimation and the current observations, obtained by introducing the state space of the new state estimate of the Kalman filter thesis statement the basic ideas and algorithms and through simulation, shows Kalman filtering functions, and how to use it to keep track of the direction determined constant speed aircraft.)
    2013-09-06 10:21:27下载
    积分:1
  • VTK
    VTK教程-英文版,详细介绍了VTK的相关知识和在医学图像处理方面的应用(VTK BOOK-english edition,introduce VTK install、context、application in medical image anylasis in details)
    2010-08-09 14:38:45下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载