shapemodel.hpp
来自「这是个人脸识别程序」· HPP 代码 · 共 14 行
HPP
14 行
// $masm\shapemodel.hpp 1.5 milbo$ shapeModel.cpp// Warning: this is raw research code -- expect it to be quite messy.// milbo durban jun 06SHAPE ConformShapeToModel(Vec &b, // io const SHAPE &InShape, // in const tAsmModel &Model, int iLev, // in const Vec *pWeights=NULL, // in bool fShapeModelFinalIter=false); // invoid SetUnusedPointsToZero(SHAPE &Shape, const SHAPE &RefShape);void PrintEigInfo(bool fgBrief, const Vec &EigVals, int nPrincipalEigs);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?