⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 all.hpp

📁 这是个人脸识别程序
💻 HPP
字号:
// $masm\all.hpp 1.5 milbo$ all includes for active shape model files// Warning: this is raw research code -- expect it to be quite messy.//// Using a common include file like this helps the Microsoft compiler// use precompiled headers in the best way.//// milbo Petaluma sep05#if !defined(all_hpp)#define all_hpp#include <windows.h>#include <io.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <search.h>#include <time.h>#include <signal.h>#include <float.h>#include <math.h>#include <new.h>#include <direct.h>#include <sys/stat.h>#include <fstream.h>#include <iostream.h>#pragma warning(disable:4786)	// MSC specific: disable warnings about extremely long variable names in STL#include <string>#include <vector>#include <set>#include <functional>#include <algorithm>#include <numeric>#include <crtdbg.h>#include "cvec.hpp"#include "mcommon.hpp"#include "mat.hpp"				// putting mat.hpp here ensures gsl/config.h is included#include "matview.hpp"using namespace GslMat;#include "matvec.hpp"			// matvec.hpp here because atland.hpp needs it#include "atface.hpp"			// atface.hpp here because atland.hpp needs it#include "atland.hpp"			// atland.hpp here because masmconf.hpp needs it#include "masmconf.hpp"#include "mathutil.hpp"#include "image.hpp"#include "jpegutil.hpp"#include "colors.hpp"#include "prof.hpp"#include "asm.hpp"#include "sample.hpp"#include "shapefile.hpp"#include "graphfile.hpp"#include "regex.h"#include "imequalize.hpp"#include "imappend.hpp"#include "imshape.hpp"#include "imutil.hpp"#include "rgbimutil.hpp"#include "imfile.hpp"#include "imtab.hpp"#include "mfile.hpp"#include "cmdoptions.hpp"#include "util.hpp"#include "misc.hpp"#include "err.hpp"#include "memstate.hpp"#include "find.hpp"#include "mnn.hpp"#include "tcovar.hpp"#include "asmsearch.hpp"#include "mrand.hpp"#include "imagebits.hpp"#include "msdat.hpp"#include "startshape.hpp"#include "tclHash.h"#include "forward.hpp"#include "follow.hpp"#include "list.hpp"#include "initnet.hpp"#include "search.hpp"#include "shapeModel.hpp"#include "genfeats.hpp"#include "rowley.hpp"#include "violajones.hpp"#endif // all_hpp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -