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

  • 大小: 23.24MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-27
  • 語言: C/C++
  • 標簽:

資源簡介

《數字圖像處理與機器視覺》教材,配套VC++代碼

資源截圖

代碼片段和文件信息

//?cDlgMorphClose.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“DIPDemo.h“
#include?“cDlgMorphClose.h“

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

/////////////////////////////////////////////////////////////////////////////
//?cDlgMorphClose?dialog


cDlgMorphClose::cDlgMorphClose(CWnd*?pParent?/*=NULL*/)
:?CDialog(cDlgMorphClose::IDD?pParent)
{
//{{AFX_DATA_INIT(cDlgMorphClose)
m_nMode?=?-1;
m_nStructure1?=?-1;
m_nStructure2?=?-1;
m_nStructure3?=?-1;
m_nStructure4?=?-1;
m_nStructure5?=?-1;
m_nStructure6?=?-1;
m_nStructure7?=?-1;
m_nStructure8?=?-1;
m_nStructure9?=?-1;
//}}AFX_DATA_INIT
}


void?cDlgMorphClose::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(cDlgMorphClose)
DDX_Control(pDX?IDC_Structure9?m_Control9);
DDX_Control(pDX?IDC_Structure8?m_Control8);
DDX_Control(pDX?IDC_Structure7?m_Control7);
DDX_Control(pDX?IDC_Structure6?m_Control6);
DDX_Control(pDX?IDC_Structure5?m_Control5);
DDX_Control(pDX?IDC_Structure4?m_Control4);
DDX_Control(pDX?IDC_Structure3?m_Control3);
DDX_Control(pDX?IDC_Structure2?m_Control2);
DDX_Control(pDX?IDC_Structure1?m_Control1);
DDX_Radio(pDX?IDC_Hori?m_nMode);
DDX_Radio(pDX?IDC_Structure1?m_nStructure1);
DDX_Radio(pDX?IDC_Structure2?m_nStructure2);
DDX_Radio(pDX?IDC_Structure3?m_nStructure3);
DDX_Radio(pDX?IDC_Structure4?m_nStructure4);
DDX_Radio(pDX?IDC_Structure5?m_nStructure5);
DDX_Radio(pDX?IDC_Structure6?m_nStructure6);
DDX_Radio(pDX?IDC_Structure7?m_nStructure7);
DDX_Radio(pDX?IDC_Structure8?m_nStructure8);
DDX_Radio(pDX?IDC_Structure9?m_nStructure9);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(cDlgMorphClose?CDialog)
//{{AFX_MSG_MAP(cDlgMorphClose)
ON_BN_CLICKED(IDC_Hori?OnHori)
ON_BN_CLICKED(IDC_Vert?OnVert)
ON_BN_CLICKED(IDC_custom?Oncustom)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?cDlgMorphClose?message?handlers


void?cDlgMorphClose::Oncustom()?
{
m_Control1.EnableWindow(TRUE);
m_Control2.EnableWindow(TRUE);
m_Control3.EnableWindow(TRUE);
m_Control4.EnableWindow(TRUE);
m_Control5.EnableWindow(TRUE);
m_Control6.EnableWindow(TRUE);
m_Control7.EnableWindow(TRUE);
m_Control8.EnableWindow(TRUE);
m_Control9.EnableWindow(TRUE);

}

void?cDlgMorphClose::OnVert()?
{
m_Control1.EnableWindow(FALSE);
m_Control2.EnableWindow(FALSE);
m_Control3.EnableWindow(FALSE);
m_Control4.EnableWindow(FALSE);
m_Control5.EnableWindow(FALSE);
m_Control6.EnableWindow(FALSE);
m_Control7.EnableWindow(FALSE);
m_Control8.EnableWindow(FALSE);
m_Control9.EnableWindow(FALSE);

}

void?cDlgMorphClose::OnHori()?
{
m_Control1.EnableWindow(FALSE);
m_Control2.EnableWindow(FALSE);
m_Control3.EnableWindow(FALSE);
m_Control4.EnableWindow(FALSE);
m_Control5.Enabl

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

?????文件???????3161??2009-01-14?18:02??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphClose.cpp

?????文件???????1675??2000-12-28?14:25??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphClose.h

?????文件???????3202??2009-01-14?18:02??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphDilation.cpp

?????文件???????1708??2000-12-22?14:39??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphDilation.h

?????文件???????3189??2009-01-14?18:02??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphErosion.cpp

?????文件???????1697??2001-02-14?19:20??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphErosion.h

?????文件???????3144??2009-01-14?18:02??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphOpen.cpp

?????文件???????1664??2000-12-22?16:47??數字圖像處理與機器視覺教材例題\DIPDemo\cDlgMorphOpen.h

?????文件???????1881??2009-02-19?12:28??數字圖像處理與機器視覺教材例題\DIPDemo\ChildFrm.cpp

?????文件???????1451??2009-02-19?12:28??數字圖像處理與機器視覺教材例題\DIPDemo\ChildFrm.h

?????文件??????60706??2009-08-12?15:21??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cdib.obj

?????文件??????????0??2009-08-12?15:23??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cdib.sbr

?????文件??????28906??2014-03-10?22:03??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphClose.obj

?????文件????5485616??2014-03-10?22:03??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphClose.pch

?????文件??????25600??2014-03-10?22:04??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphClose.pdb

?????文件??????????0??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphClose.sbr

?????文件??????29475??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphDilation.obj

?????文件??????????0??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphDilation.sbr

?????文件??????29400??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphErosion.obj

?????文件??????????0??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphErosion.sbr

?????文件??????28351??2014-02-27?16:09??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphOpen.obj

?????文件??????????0??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\cDlgMorphOpen.sbr

?????文件??????26892??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\ChildFrm.obj

?????文件??????????0??2009-09-22?19:34??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\ChildFrm.sbr

?????文件??????27198??2009-08-12?13:06??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\DIBAPI.obj

?????文件??????????0??2009-08-12?13:06??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\DIBAPI.sbr

?????文件????4948992??2009-09-23?11:13??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\DIPDemo.bsc

?????文件??????39372??2014-04-09?09:19??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\DIPDemo.obj

?????文件????7978628??2014-04-09?09:19??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\DIPDemo.pch

?????文件????1049600??2014-05-13?16:17??數字圖像處理與機器視覺教材例題\DIPDemo\Debug\DIPDemo.pdb

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

評論

共有 條評論

相關資源