genfeats.hpp
来自「这是个人脸识别程序」· HPP 代码 · 共 18 行
HPP
18 行
// $masm\genfeats.hpp 1.5 milbo$ genfeats.cpp: print search features for pos analysis with R// Warning: this is raw research code -- expect it to be quite messy.// milbo petaluma oct 06bool fGenFeats(void);void InitGenFeat(bool fGenFeatsFlag, tAsmModel &Model, const char sRefShapeFile[], int nModels);void GenFeats(SHAPE &Shape, // io tSearchImages &SearchImgs, // in except SearchImgs.ProgressImg is modified const tAsmModel &Model, // in int iLev, const tLand Lands[], // in const char sImageBase[], int nStartLev); // invoid AccumulateFeats(const int ix, const int iy, int iSub, double Fit, const Vec &Prof, unsigned ProfSpec);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?