資源簡介
《數字圖像處理》示例程序(VC++6.0 MFC 編寫)
具體功能:
1、特技顯示:
(1)圖像掃描:自上而下、自下而上、自左向右、自右向左;
(2)圖像插入:水平向右插入、水平向左插入、垂直向上插入、垂直向下插入;
(3)百葉窗顯示:垂直百葉窗、水平百葉窗;
(4)柵格條交錯:水平柵格條交錯、垂直柵格條交錯;
(5)圖像伸縮:中部向上下展開、上下向中部收縮、中部向左右展開、左右向中部收縮;
(6)馬賽克效果;
(7)從全黑淡入;
2、像素運算:直方圖、灰度均衡、線性變換、閾值變換、窗口變換、灰度拉伸、對數變換;
3、幾何變換:鏡像、轉置、平移、旋轉、縮放;
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“DImageProcess.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)
ON_COMMAND(ID_EDIT_CUT?OnEditCut)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChild
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-11-07?20:03??數字圖像處理?示例程序\
?????目錄???????????0??2011-11-07?20:05??數字圖像處理?示例程序\DImageProcess\
?????文件????????1553??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\ChildFrm.cpp
?????文件????????1284??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\ChildFrm.h
?????文件???????73332??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DETOURS.lib
?????文件???????13811??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\Dib.cpp
?????文件????????2252??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\Dib.h
?????文件????????1741??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DilationPara.cpp
?????文件????????1373??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DilationPara.h
?????文件??????160408??2011-11-07?19:35??數字圖像處理?示例程序\DImageProcess\DImageProcess.aps
?????文件???????14579??2011-11-07?20:05??數字圖像處理?示例程序\DImageProcess\DImageProcess.clw
?????文件????????4785??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcess.cpp
?????文件????????2245??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcess.dep
?????文件????????8662??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcess.dsp
?????文件?????????549??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcess.dsw
?????文件????????1291??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcess.h
?????文件?????1410048??2011-11-07?20:05??數字圖像處理?示例程序\DImageProcess\DImageProcess.ncb
?????文件??????111616??2011-11-07?20:05??數字圖像處理?示例程序\DImageProcess\DImageProcess.opt
?????文件????????5923??2011-11-07?20:04??數字圖像處理?示例程序\DImageProcess\DImageProcess.plg
?????文件???????34519??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcess.rc
?????文件????????4275??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcessDoc.cpp
?????文件????????1977??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcessDoc.h
?????文件???????94466??2011-11-07?19:45??數字圖像處理?示例程序\DImageProcess\DImageProcessView.cpp
?????文件????????3166??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DImageProcessView.h
?????文件????????4294??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DlgHistogram.cpp
?????文件????????1580??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DlgHistogram.h
?????文件????????1027??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DlgLiner.cpp
?????文件????????1230??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DlgLiner.h
?????文件????????1222??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DlgRot.cpp
?????文件????????1160??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DlgRot.h
?????文件????????1114??2011-10-08?09:54??數字圖像處理?示例程序\DImageProcess\DlgStretch.cpp
............此處省略63個文件信息
評論
共有 條評論