📄 mnn.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 + -