• 大小: 2.76MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-01
  • 语言: C/C++
  • 标签:

资源简介

基于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个文件信息

评论

共有 条评论

相关资源