mnn.hpp
来自「这是个人脸识别程序」· HPP 代码 · 共 16 行
HPP
16 行
// $masm\mnn.hpp 1.5 milbo$// Warning: this is raw research code -- expect it to be quite messy.#if !defined(mnn_hpp)#define mnn_hppbool fNnFindFace(SHAPE &Shape, // out Image &Img, const char sImageFile[], bool fWriteImage); // invoid DrawNnResult(RgbImage &RgbImg, const tFaceEyeLocation &Location);void GlobalDetShapeToLocation(tFaceEyeLocation &Location, const SHAPE &NnShape, const RgbImage &Img);#endif // mnn_hpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?