关于数字图像的峰值信噪比的计算程序


关于数字图像的峰值信噪比的计算程序,相当好用。
资源截图
代码片段和文件信息
// CalBMPpsnr.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CalBMPpsnr.h“
#include “CalBMPpsnrDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCalBMPpsnrApp

BEGIN_MESSAGE_MAP(CCalBMPpsnrApp CWinApp)
//{{AFX_MSG_MAP(CCalBMPpsnrApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCalBMPpsnrApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCalBMPpsnrApp object

CCalBMPpsnrApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCalBMPpsnrApp initialization

BOOL CCalBMPpsnrApp::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

CCalBMPpsnrDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件      35828  2010-09-03 16:42  CalBMPpsnrCalBMPpsnr.aps

     文件       1392  2010-09-03 17:14  CalBMPpsnrCalBMPpsnr.clw

     文件       2119  2010-09-03 14:20  CalBMPpsnrCalBMPpsnr.cpp

     文件       4150  2010-09-03 14:20  CalBMPpsnrCalBMPpsnr.dsp

     文件        543  2010-09-03 14:20  CalBMPpsnrCalBMPpsnr.dsw

     文件       1368  2010-09-03 14:20  CalBMPpsnrCalBMPpsnr.h

     文件      50176  2010-09-03 17:14  CalBMPpsnrCalBMPpsnr.ncb

     文件      55808  2010-09-03 17:14  CalBMPpsnrCalBMPpsnr.opt

     文件        616  2010-09-03 17:05  CalBMPpsnrCalBMPpsnr.plg

     文件       5705  2010-09-03 16:42  CalBMPpsnrCalBMPpsnr.rc

     文件       9354  2010-09-03 17:05  CalBMPpsnrCalBMPpsnrDlg.cpp

     文件       1854  2010-09-03 15:46  CalBMPpsnrCalBMPpsnrDlg.h

     文件      53302  2010-09-03 17:05  CalBMPpsnrDebugCalBMPpsnr.exe

     文件     224384  2010-09-03 17:05  CalBMPpsnrDebugCalBMPpsnr.ilk

     文件     218235  2010-09-03 15:46  CalBMPpsnrDebugCalBMPpsnr.obj

     文件    5240584  2010-09-03 14:20  CalBMPpsnrDebugCalBMPpsnr.pch

     文件   15399362  2010-09-03 15:50  CalBMPpsnrDebugCalBMPpsnr.pchi

     文件     590848  2010-09-03 17:05  CalBMPpsnrDebugCalBMPpsnr.pdb

     文件       2764  2010-09-03 16:42  CalBMPpsnrDebugCalBMPpsnr.res

     文件     247590  2010-09-03 17:05  CalBMPpsnrDebugCalBMPpsnrDlg.obj

     文件       9011  2010-09-03 14:20  CalBMPpsnrDebugStdAfx.obj

     文件     214016  2010-09-03 17:05  CalBMPpsnrDebugvc60.idb

     文件      77824  2010-09-03 17:05  CalBMPpsnrDebugvc60.pdb

     目录          0  2010-09-03 16:42  CalBMPpsnrDebug

     文件       3651  2010-09-03 14:20  CalBMPpsnrReadMe.txt

     文件       1078  2010-09-03 14:20  CalBMPpsnr
esCalBMPpsnr.ico

     文件        402  2010-09-03 14:20  CalBMPpsnr
esCalBMPpsnr.rc2

     目录          0  2010-09-03 14:20  CalBMPpsnr
es

     文件        872  2010-09-03 14:57  CalBMPpsnr
esource.h

     文件        212  2010-09-03 14:20  CalBMPpsnrStdAfx.cpp

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)