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

📄 mnn.hpp

📁 这是个人脸识别程序
💻 HPP
字号:
// $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -