• 大小: 158KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-21
  • 语言: C/C++
  • 标签: 灰度图片  

资源简介

通过mfc读入bmp图片,然后转化为灰度图片。并进行与原图片对比,也与知识灰度图片对比效果

资源截图

代码片段和文件信息

// DisplayBMP.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DisplayBMP.h“

#include “MainFrm.h“
#include “DisplayBMPDoc.h“
#include “DisplayBMPView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDisplayBMPApp

BEGIN_MESSAGE_MAP(CDisplayBMPApp CWinApp)
//{{AFX_MSG_MAP(CDisplayBMPApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDisplayBMPApp construction

CDisplayBMPApp::CDisplayBMPApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDisplayBMPApp object

CDisplayBMPApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CDisplayBMPApp initialization

BOOL CDisplayBMPApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CDisplayBMPDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CDisplayBMPView));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowW

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

     文件      29392  2008-10-06 15:13  将bmp图片转换为灰度图片\DisplayBMP.aps

     文件       2377  2008-10-06 15:16  将bmp图片转换为灰度图片\DisplayBMP.clw

     文件       4281  2003-04-28 22:04  将bmp图片转换为灰度图片\DisplayBMP.cpp

     文件       4765  2003-04-28 22:06  将bmp图片转换为灰度图片\DisplayBMP.dsp

     文件        543  2003-04-28 22:05  将bmp图片转换为灰度图片\DisplayBMP.dsw

     文件       1400  2003-04-28 22:04  将bmp图片转换为灰度图片\DisplayBMP.h

     文件      50176  2008-10-06 15:16  将bmp图片转换为灰度图片\DisplayBMP.ncb

     文件      48640  2008-10-06 15:16  将bmp图片转换为灰度图片\DisplayBMP.opt

     文件        780  2008-10-06 15:12  将bmp图片转换为灰度图片\DisplayBMP.plg

     文件      11216  2003-05-04 11:09  将bmp图片转换为灰度图片\DisplayBMP.rc

     文件       1822  2003-04-28 22:04  将bmp图片转换为灰度图片\DisplayBMPDoc.cpp

     文件       1519  2003-04-28 22:04  将bmp图片转换为灰度图片\DisplayBMPDoc.h

     文件       7974  2003-05-08 20:53  将bmp图片转换为灰度图片\DisplayBMPView.cpp

     文件       1889  2003-05-04 11:08  将bmp图片转换为灰度图片\DisplayBMPView.h

     文件       4577  2003-05-04 10:50  将bmp图片转换为灰度图片\HuiView.cpp

     文件       1436  2003-05-04 10:31  将bmp图片转换为灰度图片\HuiView.h

     文件       3519  2003-04-28 22:51  将bmp图片转换为灰度图片\MainFrm.cpp

     文件       1651  2003-04-28 22:43  将bmp图片转换为灰度图片\MainFrm.h

     文件     177356  2003-04-28 09:46  将bmp图片转换为灰度图片\plane24.bmp

     文件      60180  2003-04-29 14:42  将bmp图片转换为灰度图片\planehd.bmp

     文件       1078  2003-04-28 22:04  将bmp图片转换为灰度图片\res\DisplayBMP.ico

     文件        402  2003-04-28 22:04  将bmp图片转换为灰度图片\res\DisplayBMP.rc2

     文件       1078  2003-04-28 22:04  将bmp图片转换为灰度图片\res\DisplayBMPDoc.ico

     文件       1078  2003-04-28 22:04  将bmp图片转换为灰度图片\res\Toolbar.bmp

    ..AD...         0  2006-11-04 17:18  将bmp图片转换为灰度图片\res

     文件        644  2003-05-04 11:09  将bmp图片转换为灰度图片\resource.h

     文件        212  2003-04-28 22:04  将bmp图片转换为灰度图片\StdAfx.cpp

     文件       1054  2003-04-28 22:04  将bmp图片转换为灰度图片\StdAfx.h

     目录          0  2008-10-06 15:17  将bmp图片转换为灰度图片

----------- ---------  ---------- -----  ----

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

评论

共有 条评论

相关资源