imagebits.hpp
来自「这是个人脸识别程序」· HPP 代码 · 共 20 行
HPP
20 行
// $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 + =
减小字号Ctrl + -
显示快捷键?