登录
首页 » Visual C++ » SARViewer

SARViewer

于 2013-08-03 发布 文件大小:3243KB
0 254
下载积分: 1 下载次数: 75

代码说明:

  通过GDAL读取常用遥感影像,如img,tiff,可实现读取显示和雷达影像处理的一些基本算法(Read through GDAL common remote sensing images, such as img, tiff, read the display and radar can achieve some of the basic image processing algorithms)

文件列表:

ActiveWork.cpp,10005,2011-07-07
ActiveWork.h,1134,2011-06-24
Algorithm.cpp,9856,2011-07-07
Algorithm.h,1111,2011-07-07
BandListDlg.cpp,6599,2011-06-26
BandListDlg.h,1565,2011-06-25
bin.rar,1705345,2012-02-17
CDib.cpp,16440,2010-08-21
CDib.h,1924,2010-12-05
ChildFrm.cpp,2536,2011-06-26
ChildFrm.h,1452,2011-06-26
gdal16.dll,5136384,2010-12-16
MainFrm.cpp,12528,2011-07-08
MainFrm.h,2260,2011-07-07
res


...\SARViewer.rc2,401,2011-06-21
...\Toolbar.bmp
...\xpstyle.manifest,550,2011-04-24
resource.h,1845,2011-07-08
S2GParaDlg.cpp,1289,2011-07-08
S2GParaDlg.h,1270,2011-07-08
SARDoc.cpp,1366,2011-06-23
SARDoc.h,1298,2011-06-23
SARView.cpp,2340,2011-06-24
SARView.h,1847,2011-06-23
SARViewer.clw,5148,2011-07-08
SARViewer.cpp,4482,2011-07-08
SARViewer.dsp,5333,2011-07-08
SARViewer.dsw,543,2011-06-21
SARViewer.h,1222,2011-06-21
SARViewer.rc,16917,2011-07-08
SARViewer.reg,698,2011-06-21
StdAfx.cpp,1943,2011-07-07
StdAfx.h,1261,2011-07-07
temp
....\012.temp,358614,2012-02-17

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

发表评论

0 个回复

  • FaceDetection
    This a very useful program from a book. It is mainly used for face-detecting.It also includes interface-program.
    2009-01-19 09:28:45下载
    积分:1
  • Tsharing_Thieh
    实现了Thien在他的文章《secret image sharing》中提出的(r,n)门限秘密图像分存方案。 (Thien in his article " secret image sharing" (r, n) Door Threshold Secret Image Sharing Scheme.)
    2012-07-26 22:35:42下载
    积分:1
  • VC_FFT
    傅里叶变换:采用VC++编写,实现二维图像的傅里叶变换(Fourier Transform: The VC++ prepared to achieve the two-dimensional Fourier transform of the image)
    2021-02-13 22:29:49下载
    积分:1
  • 5
    说明:  :建立了碳钢渗硫表面和非渗硫表面的多球凸峰面接触模型,模型中,凸峰高度按高斯函数分布.用塑性流线 理论分析了渗硫层的摩擦系数.计算结果表明:摩擦系数随载荷的增加而增加;相同粗糙度下,磨削加工的摩擦系 数比车削加工的摩擦系数大;摩擦系数随着渗层厚度的增大而增大.从减小摩擦系数的角度来考虑,渗硫层并非 越厚越好. (the multi-asperity sphere-shape model for surface contact between sulphurized layer and unsulphurized layer is established.in which the height of sphere-shape asperities follows the Gaussian distribution.1he frictional coeficients of sulphurized layers are analyzed by using plastic flown line theory.1he results show that the frictional coeficient increases with the load.the frictional coeficient of ground surface is higher than that of tumed surface in case of the same roughness.1he thicker the sulphuri[ed layer is.the higher the frictional coeficient is.From the viewpoint of reducing frictional coeficient,the thickness of sulphurized layer should be smaller.)
    2010-08-04 19:38:19下载
    积分:1
  • LiveWireAuto
    这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了(This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what)
    2020-12-31 14:58:59下载
    积分:1
  • huatesetu
    说明:  利用vc画图,特点是可以画一些有特殊效果的几何图像(use vc drawing, painting features can be some special effects of geometric images)
    2006-04-14 11:39:57下载
    积分:1
  • VCPPqiangda-tuxiang-chuli
    先进行图像预处理,比如Hough变换,边沿检测,还有差影法,模板提取 ,识别,跟踪,最后是模板匹配。(First image preprocessing, such as the Hough transform, edge detection, as well as poor shadow method, template extraction, identification, tracking, and finally the template matching.)
    2012-03-16 14:33:20下载
    积分:1
  • ShapeRecognition
    Shap Context based Shape recognition
    2010-05-12 14:15:29下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • bmpstartv1
    我自己做的一个bmp文件进行24位真彩转256灰度和二进制的程序,并能用sobel算法,识别物体的边界。 (I myself make a bmp file for 24-bit true color to 256 gray-scale and binary procedures and sobel algorithm can be used to identify object boundaries.)
    2008-02-18 03:14:39下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载