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

資源簡介

對灰度圖像進(jìn)行二值化,二值膨脹,二值腐蝕以及求目標(biāo)質(zhì)心。

資源截圖

代碼片段和文件信息

//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//

#include?“stdafx.h“
#include?“Record.h“

#include?“ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CChildframe

IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?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
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction

CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here

}

CChildframe::~CChildframe()
{
}

BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs

if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;

return?TRUE;
}



/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics

#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}

void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}

#endif?//_DEBUG

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1533??2010-05-18?15:47??Record\ChildFrm.cpp

?????文件???????1397??2010-05-18?15:47??Record\ChildFrm.h

?????文件??????16264??2010-05-18?16:16??Record\Debug\ChildFrm.obj

?????文件??????????0??2010-05-18?16:16??Record\Debug\ChildFrm.sbr

?????文件??????21227??2010-05-18?20:25??Record\Debug\Dib.obj

?????文件??????????0??2010-05-18?20:25??Record\Debug\Dib.sbr

?????文件??????19028??2010-05-18?16:16??Record\Debug\MainFrm.obj

?????文件??????????0??2010-05-18?16:16??Record\Debug\MainFrm.sbr

?????文件??????13873??2010-05-18?22:15??Record\Debug\MaskDefineDlg.obj

?????文件??????????0??2010-05-18?22:15??Record\Debug\MaskDefineDlg.sbr

?????文件??????19125??2010-05-19?01:31??Record\Debug\Morphology.obj

?????文件??????????0??2010-05-19?01:31??Record\Debug\Morphology.sbr

?????文件????4858880??2010-05-19?01:31??Record\Debug\Record.bsc

?????文件?????147505??2010-05-19?01:31??Record\Debug\Record.exe

?????文件?????397804??2010-05-19?01:31??Record\Debug\Record.ilk

?????文件??????23512??2010-05-19?01:00??Record\Debug\Record.obj

?????文件????6966360??2010-05-18?16:16??Record\Debug\Record.pch

?????文件?????549888??2010-05-19?01:31??Record\Debug\Record.pdb

?????文件???????8816??2010-05-19?01:00??Record\Debug\Record.res

?????文件??????????0??2010-05-19?01:00??Record\Debug\Record.sbr

?????文件??????17702??2010-05-18?20:22??Record\Debug\RecordDoc.obj

?????文件??????????0??2010-05-18?20:22??Record\Debug\RecordDoc.sbr

?????文件??????37774??2010-05-19?01:07??Record\Debug\RecordView.obj

?????文件??????????0??2010-05-19?01:07??Record\Debug\RecordView.sbr

?????文件?????105973??2010-05-18?16:48??Record\Debug\StdAfx.obj

?????文件????1375659??2010-05-18?16:48??Record\Debug\StdAfx.sbr

?????文件?????230400??2010-05-19?01:31??Record\Debug\vc60.idb

?????文件?????372736??2010-05-19?01:31??Record\Debug\vc60.pdb

?????文件??????13571??2010-05-18?20:25??Record\Dib.cpp

?????文件???????1647??2010-05-18?20:22??Record\Dib.h

............此處省略35個(gè)文件信息

評論

共有 條評論