使用GDAL库处理雷达影像


使用GDAL库实现img、tif等格式雷达影像的读取,并实现滤波以及斜距地距转换
资源截图
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “hjy183.h“

#include “ChildFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// TODO: add member initialization code here

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;

return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics

#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}

void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1533  2011-06-22 19:04  H183ChildFrm.cpp

     文件       1397  2011-06-22 19:04  H183ChildFrm.h

     文件    4833329  2011-06-21 09:52  H183Debuggdal14.dll

     文件    4915200  2008-12-21 13:59  H183Debuggdal15.dll

     文件     192600  2011-07-04 12:18  H183Debughjy183.exe

     文件      15240  2006-11-29 15:06  H183DIB.CPP

     文件       1714  2006-11-01 19:09  H183DIB.H

     文件       1152  2011-07-03 22:13  H183DlgChange.cpp

     文件       1228  2011-07-03 22:13  H183DlgChange.h

     文件        957  2011-06-25 10:29  H183DlgMS.cpp

     文件       1145  2011-06-25 10:29  H183DlgMS.h

     文件       5610  2011-07-04 12:11  H183FSDlg.cpp

     文件       1291  2011-07-04 12:10  H183FSDlg.h

     文件      52536  2011-07-04 12:11  H183hjy183.aps

     文件       6815  2011-07-04 12:13  H183hjy183.clw

     文件       4390  2011-06-22 19:04  H183hjy183.cpp

     文件       5649  2011-06-29 19:10  H183hjy183.dsp

     文件        537  2011-06-22 19:04  H183hjy183.dsw

     文件       1356  2011-06-22 19:04  H183hjy183.h

     文件     320512  2011-07-03 22:53  H183hjy183.ncb

     文件      82944  2011-07-03 22:53  H183hjy183.opt

     文件       2036  2011-07-04 12:18  H183hjy183.plg

     文件      20653  2011-07-04 12:11  H183hjy183.rc

     文件      22531  2011-07-04 12:18  H183hjy183Doc.cpp

     文件       1802  2011-06-29 18:16  H183hjy183Doc.h

     文件       6991  2011-07-04 12:18  H183hjy183View.cpp

     文件       1863  2011-07-04 12:12  H183hjy183View.h

     文件       4765  2011-06-23 10:30  H183ImgDlg.cpp

     文件       1633  2011-06-23 10:26  H183ImgDlg.h

     文件       2523  2011-06-22 19:04  H183MainFrm.cpp

............此处省略19个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)