資源簡介
基于vc++和mfc的經典數字圖像處理程序,代碼純手寫,可以作為mfc編程和數字圖像處理算法學習。包括圖像文件的打開,另存,領域處理,灰度化,偽彩色,微分、拉普拉斯銳化,直方圖均衡和,二值化,閾值分割,均值、中值濾波,平移,旋轉,特效等算法。

代碼片段和文件信息
//?AlphaDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“Ex1.h“
#include?“AlphaDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAlphaDlg?dialog
CAlphaDlg::CAlphaDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAlphaDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CAlphaDlg)
m_fAlpha?=?0.8;
//}}AFX_DATA_INIT
}
void?CAlphaDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAlphaDlg)
DDX_Text(pDX?IDC_EDIT_ALPHA?m_fAlpha);
DDV_MinMaxDouble(pDX?m_fAlpha?0.?100.);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAlphaDlg?CDialog)
//{{AFX_MSG_MAP(CAlphaDlg)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAlphaDlg?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????988??2017-05-09?08:52??Ex1_0613\Ex1_0613\AlphaDlg.cpp
?????文件???????1208??2017-05-09?08:51??Ex1_0613\Ex1_0613\AlphaDlg.h
?????文件??????10448??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\AlphaDlg.obj
?????文件???????2684??2017-06-13?14:26??Ex1_0613\Ex1_0613\Debug\AlphaDlg.sbr
?????文件?????135238??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\Ex1.exe
?????文件?????244528??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\Ex1.ilk
?????文件??????13976??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\Ex1.obj
?????文件????6878576??2017-06-13?14:26??Ex1_0613\Ex1_0613\Debug\Ex1.pch
?????文件?????312320??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\Ex1.pdb
?????文件???????4020??2017-06-13?14:26??Ex1_0613\Ex1_0613\Debug\Ex1.res
?????文件???????4237??2017-06-13?14:26??Ex1_0613\Ex1_0613\Debug\Ex1.sbr
?????文件??????74859??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\Ex1Dlg.obj
?????文件??????23742??2017-06-13?14:26??Ex1_0613\Ex1_0613\Debug\Ex1Dlg.sbr
?????文件??????10364??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\RotateDlg.obj
?????文件???????2685??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\RotateDlg.sbr
?????文件?????105763??2017-06-13?14:26??Ex1_0613\Ex1_0613\Debug\StdAfx.obj
?????文件????1377920??2017-06-13?14:26??Ex1_0613\Ex1_0613\Debug\StdAfx.sbr
?????文件??????10475??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\TranslateDlg.obj
?????文件???????2772??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\TranslateDlg.sbr
?????文件?????205824??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\vc60.idb
?????文件?????364544??2017-06-13?14:27??Ex1_0613\Ex1_0613\Debug\vc60.pdb
?????文件??????23900??2017-06-19?09:39??Ex1_0613\Ex1_0613\Ex1.aps
?????文件???????3343??2017-06-19?22:48??Ex1_0613\Ex1_0613\Ex1.clw
?????文件???????2081??2017-05-02?10:53??Ex1_0613\Ex1_0613\Ex1.cpp
?????文件???????4500??2017-05-24?11:04??Ex1_0613\Ex1_0613\Ex1.dsp
?????文件????????531??2017-04-11?09:17??Ex1_0613\Ex1_0613\Ex1.dsw
?????文件???????1291??2017-04-11?09:17??Ex1_0613\Ex1_0613\Ex1.h
?????文件?????132096??2017-06-19?22:48??Ex1_0613\Ex1_0613\Ex1.ncb
?????文件?????400896??2017-06-19?22:48??Ex1_0613\Ex1_0613\Ex1.opt
?????文件????????240??2017-06-13?14:27??Ex1_0613\Ex1_0613\Ex1.plg
............此處省略21個文件信息
評論
共有 條評論