xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 104.93MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2022-05-03
  • 語言: 其他
  • 標簽: 圖像分割??

資源簡介

一、實驗目的:

1、掌握圖像分割中幾種主要的邊緣檢測方法(Roberts算子、Sobel算子、Prewitt算子和Laplacian算子)。
2、了解掌握圖像的閾值分割算法。
3、掌握圖像的區域分割算法。
二、實驗要求

1. 選擇Roberts算子、Sobel算子、Prewitt算子中任意一個,要求算子模板可以選擇,實現對良好圖像和帶噪聲的圖像的邊緣檢測,然后把邊緣圖與原圖疊加,分別計算原圖與疊加圖的信息熵并顯示。
2. 實現Laplacian算子。
3. 實現灰度圖像和彩色圖像的迭代閾值分割算法。
4. 實現對一副圖像利用區域生長算法進行圖像分割。

資源截圖

代碼片段和文件信息


//?ExperimentFour.cpp:?定義應用程序的類行為。
//

#include?“stdafx.h“
#include?“ExperimentFour.h“
#include?“ExperimentFourDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CExperimentFourApp

BEGIN_MESSAGE_MAP(CExperimentFourApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()


//?CExperimentFourApp?構造

CExperimentFourApp::CExperimentFourApp()
{
//?支持重新啟動管理器
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;

//?TODO:?在此處添加構造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}


//?唯一的?CExperimentFourApp?對象

CExperimentFourApp?theApp;


//?CExperimentFourApp?初始化

BOOL?CExperimentFourApp::InitInstance()
{
//?如果一個運行在?Windows?XP?上的應用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。??否則,將無法創建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設置為包括所有要在應用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();


AfxEnableControlContainer();

//?創建?shell?管理器,以防對話框包含
//?任何?shell?樹視圖控件或?shell?列表視圖控件。
CShellManager?*pShellManager?=?new?CShellManager;

//?激活“Windows?Native”視覺管理器,以便在?MFC?控件中啟用主題
CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));

//?標準初始化
//?如果未使用這些功能并希望減小
//?最終可執行文件的大小,則應移除下列
//?不需要的特定初始化例程
//?更改用于存儲設置的注冊表項
//?TODO:?應適當修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應用程序向導生成的本地應用程序“));

CExperimentFourDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此放置處理何時用
//??“確定”來關閉對話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時用
//??“取消”來關閉對話框的代碼
}
else?if?(nResponse?==?-1)
{
TRACE(traceAppMsg?0?“警告:?對話框創建失敗,應用程序將意外終止。\n“);
TRACE(traceAppMsg?0?“警告:?如果您在對話框上使用?MFC?控件,則無法?#define?_AFX_NO_MFC_CONTROLS_IN_DIALOGS。\n“);
}

//?刪除上面創建的?shell?管理器。
if?(pShellManager?!=?nullptr)
{
delete?pShellManager;
}

#if?!defined(_AFXDLL)?&&?!defined(_AFX_NO_MFC_CONTROLS_IN_DIALOGS)
ControlBarCleanUp();
#endif

//?由于對話框已關閉,所以將返回?FALSE?以便退出應用程序,
//??而不是啟動應用程序的消息泵。
return?FALSE;
}


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????2976354??2019-12-05?20:07??數字圖像處理技術實驗四\1191170125+嚴偉+圖像分割.docx
?????目錄???????????0??2019-12-03?13:43??數字圖像處理技術實驗四\ExperimentFour\
?????目錄???????????0??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\.vs\
?????目錄???????????0??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\.vs\ExperimentFour\
?????目錄???????????0??2019-12-05?20:03??數字圖像處理技術實驗四\ExperimentFour\.vs\ExperimentFour\v15\
?????文件???????47616??2019-12-05?20:03??數字圖像處理技術實驗四\ExperimentFour\.vs\ExperimentFour\v15\.suo
?????文件????87707648??2019-12-05?20:03??數字圖像處理技術實驗四\ExperimentFour\.vs\ExperimentFour\v15\Browse.VC.db
?????目錄???????????0??2019-12-04?13:33??數字圖像處理技術實驗四\ExperimentFour\.vs\ExperimentFour\v15\ipch\
?????文件???191823872??2019-12-05?15:25??數字圖像處理技術實驗四\ExperimentFour\.vs\ExperimentFour\v15\ipch\653508a19a6a837e.ipch
?????文件????????1455??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour.sln
?????目錄???????????0??2019-12-05?16:38??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\
?????文件??????110956??2019-12-05?16:38??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFour.aps
?????文件????????2980??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFour.cpp
?????文件?????????538??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFour.h
?????文件???????13540??2019-12-05?16:38??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFour.rc
?????文件???????10462??2019-12-03?09:00??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFour.vcxproj
?????文件????????2042??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFour.vcxproj.filters
?????文件?????????237??2019-12-03?08:48??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFour.vcxproj.user
?????文件???????30224??2019-12-05?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFourDlg.cpp
?????文件????????1321??2019-12-05?12:05??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\ExperimentFourDlg.h
?????目錄???????????0??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\res\
?????文件???????67777??2019-01-09?21:58??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\res\ExperimentFour.ico
?????文件?????????684??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\res\ExperimentFour.rc2
?????文件????????1291??2019-12-05?11:59??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\resource.h
?????文件?????????183??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\stdafx.cpp
?????文件????????2029??2019-12-03?09:03??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\stdafx.h
?????文件?????????299??2019-12-02?14:54??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\targetver.h
?????目錄???????????0??2019-12-03?08:48??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\x64\
?????目錄???????????0??2019-12-05?16:38??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\x64\Release\
?????文件????????2728??2019-12-04?16:59??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\x64\Release\ExperimentFour.Build.CppClean.log
?????文件?????????451??2019-12-05?16:38??數字圖像處理技術實驗四\ExperimentFour\ExperimentFour\x64\Release\ExperimentFour.log
............此處省略30個文件信息

評論

共有 條評論