資源簡介
C++實現灰度圖像的幾何變換,包括轉置、鏡像、縮放、平移、旋轉(bmp灰度圖像),vc6.0里面運行無誤
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“GeoTrans.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?modif
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-19?17:12??圖像幾何變換\
?????目錄???????????0??2015-08-19?17:12??圖像幾何變換\GeoTrans\
?????文件????????1735??2006-05-29?17:08??圖像幾何變換\GeoTrans\ChildFrm.cpp
?????文件????????1456??2006-05-29?17:08??圖像幾何變換\GeoTrans\ChildFrm.h
?????文件???????52296??2006-05-29?17:08??圖像幾何變換\GeoTrans\DibImage.cpp
?????文件????????3022??2006-05-29?17:08??圖像幾何變換\GeoTrans\DibImage.h
?????文件????????1031??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoRotaDlg.cpp
?????文件????????1232??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoRotaDlg.h
?????文件???????32960??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.aps
?????文件????????4464??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.clw
?????文件????????4520??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.cpp
?????文件????????5248??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.dsp
?????文件?????????541??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.dsw
?????文件????????1378??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.h
?????文件??????156672??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.ncb
?????文件???????59904??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.opt
?????文件????????2736??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.plg
?????文件???????16132??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTrans.rc
?????文件????????1049??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTransDlg.cpp
?????文件????????1255??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTransDlg.h
?????文件????????7091??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTransDoc.cpp
?????文件????????1906??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTransDoc.h
?????文件???????15268??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTransView.cpp
?????文件????????2483??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoTransView.h
?????文件????????1125??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoZoomDlg.cpp
?????文件????????1242??2006-05-29?17:08??圖像幾何變換\GeoTrans\GeoZoomDlg.h
?????文件????????2525??2006-05-29?17:08??圖像幾何變換\GeoTrans\MainFrm.cpp
?????文件????????1542??2006-05-29?17:08??圖像幾何變換\GeoTrans\MainFrm.h
?????文件????????4820??2006-05-29?17:08??圖像幾何變換\GeoTrans\ReadMe.txt
?????文件????????1289??2006-05-29?17:08??圖像幾何變換\GeoTrans\Resource.h
?????文件?????????210??2006-05-29?17:08??圖像幾何變換\GeoTrans\StdAfx.cpp
............此處省略6個文件信息
- 上一篇:斗地主C語言源代碼
- 下一篇:繪制柱狀圖的C++類(附demo)
評論
共有 條評論