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

📄 imagebits.hpp

📁 这是个人脸识别程序
💻 HPP
字号:
// $masm\imagebits.hpp 1.5 milbo$// Warning: this is raw research code -- expect it to be quite messy.// milbo durban may 06// Defs for gImageBits// These control what output images are produced during search.// They don't affect the actual search, just the displayed results.#define IM_FinalImageOnly	0x1		// output only final image, versus IM_AllImages#define IM_AllImages		0x2		// output progress images as well as final image#define IM_Annotate			0x4		// annotate shapes in images with landmark numbers#define IM_Whiskers			0x8		// show profile whiskers on images#define IM_RefShape			0x10	// show reference shape in images#define IM_AnnotateRef		0x20	// annotate ref shape in images with landmark numbers#define IM_WhiskersRef		0x40	// show profile whiskers on ref shape#define IM_FaceDetShape		0x80	// show global face detector shape (on full scale image)#define IM_FullScale		0x100	// scale all images to same size as input image#define IM_DoubleScale		0x200	// scale all images to twice same same size as input image (supercedes IM_FullScale)

⌨️ 快捷键说明

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