www.pudn.com > PCA_faceRec_V2.rar > MiDu.cpp
// MiDu.cpp: implementation of the MiDu class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "IC_SIMPLE.h"
#include "IC_SIMPLEDlg.h"
#include "MiDu.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
MiDu::MiDu()
{
int i;
for(i=0;i<256;i++)
{
this->red[0]=0;
this->green[0]=0;
this->blue[0]=0;
}
}
MiDu::~MiDu()
{
}