8#ifndef FG3PHOTOFITUTIL_HPP
9#define FG3PHOTOFITUTIL_HPP
11#include "FgAnthropometry.hpp"
12#include "FgPhotoFit.h"
13#include "FgSerial.hpp"
15#include "bootPoints.hpp"
19Fg3InitPoints getSetLandmarks(String8
const & photoFile,ImgRgba8
const & photo);
20void copyPoints(
const Fg3InitPoints & src,
FgppUserDataS & dst);
22FgppUserDataS cFgppUserData(ImgRgba8
const & photo,Fg3InitPoints
const & landmarks);
25FaceLmAtts
const & getV3LmAtts(FaceView view);
26ViewLmPoss parseLmsV3(Vec2Fs
const & pacs);
27inline FaceLms getV3Lms(FaceView view) {
return mapMember(getV3LmAtts(view),&FaceLmAtt::type); }
Arguments for the Photofit.