91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 10.58MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-08
  • 語言: 其他
  • 標簽: VC??圖像處理??

資源簡介

VC圖像處理代碼之—數字圖像工程案例,是《數字圖像工程案例》光盤代碼! 很珍貴啊

資源截圖

代碼片段和文件信息

//?Cell.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“Cell.h“

#include?“MainFrm.h“
#include?“CellDoc.h“
#include?“CellView.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CCellApp

BEGIN_MESSAGE_MAP(CCellApp?CWinApp)
//{{AFX_MSG_MAP(CCellApp)
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()

/////////////////////////////////////////////////////////////////////////////
//?CCellApp?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCellApp?object

CCellApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CCellApp?initialization

BOOL?CCellApp::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(CCellDoc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CCellView));
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->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();

return?TRUE;
}


/////////////////////////

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????3158??2004-01-17?23:34??數字圖像工程案例\chap1\Hough變換.txt

?????文件???????1718??2004-01-17?23:30??數字圖像工程案例\chap1\圖像增強技術.txt

?????文件???????1887??2004-01-17?23:26??數字圖像工程案例\chap1\圖像平移.txt

?????文件???????4590??2004-01-17?23:24??數字圖像工程案例\chap1\圖像旋轉.txt

?????文件???????1702??2004-01-17?23:31??數字圖像工程案例\chap1\圖像的3D灰度顯示.txt

?????文件???????1101??2004-01-17?23:17??數字圖像工程案例\chap1\圖像的反色.txt

?????文件???????3538??2004-01-17?23:23??數字圖像工程案例\chap1\圖像縮放.txt

?????文件???????2214??2004-01-17?23:25??數字圖像工程案例\chap1\圖像轉置.txt

?????文件???????2801??2004-01-17?23:24??數字圖像工程案例\chap1\圖像鏡像.txt

?????文件???????4284??2004-01-17?23:33??數字圖像工程案例\chap1\拉普拉斯高斯邊緣檢測.txt

?????文件???????4376??2004-01-17?23:32??數字圖像工程案例\chap1\顯示浮雕文字效果.txt

?????文件???????2886??2004-01-17?23:31??數字圖像工程案例\chap1\顯示漸變色彩效果.txt

?????文件???????1294??2004-01-17?23:27??數字圖像工程案例\chap1\浮雕技術.txt

?????文件???????1388??2004-01-17?23:21??數字圖像工程案例\chap1\灰度均衡.txt

?????文件???????1660??2004-01-17?23:21??數字圖像工程案例\chap1\灰度拉伸.txt

?????文件???????3201??2004-01-17?23:29??數字圖像工程案例\chap1\維納濾波處理.txt

?????文件???????2919??2004-01-17?23:28??數字圖像工程案例\chap1\逆濾波處理.txt

?????文件????????953??2004-01-17?23:19??數字圖像工程案例\chap1\閾值變換.txt

?????文件???????1521??2004-01-17?23:27??數字圖像工程案例\chap1\雕刻技術.txt

?????文件????1327158??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\Blood.bmp

?????文件??????52800??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\Cell.aps

?????文件?????263222??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\cell.bmp

?????文件???????6638??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\Cell.clw

?????文件???????4173??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\Cell.cpp

?????文件???????5014??2003-08-01?15:01??數字圖像工程案例\chap2\細胞識別統計系統\Cell.dsp

?????文件????????533??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\Cell.dsw

?????文件??????81920??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\Cell.exe

?????文件???????1573??2003-04-24?21:48??數字圖像工程案例\chap2\細胞識別統計系統\Cell.h

?????文件?????181248??2004-01-16?23:59??數字圖像工程案例\chap2\細胞識別統計系統\Cell.ncb

?????文件??????69632??2004-01-16?23:59??數字圖像工程案例\chap2\細胞識別統計系統\Cell.opt

............此處省略441個文件信息

評論

共有 條評論