代码拉取完成,页面将自动刷新
#ifndef __FHTTPD_HANDLER_H__
#define __FHTTPD_HANDLER_H__
#include <memory>
#include <string>
#include "return_object_if.h"
using namespace std;
//获取人脸属性
shared_ptr<BaseObjectIf> handlerGetFaceAttr(const string& body);
//获取人脸质量
shared_ptr<BaseObjectIf> handlerGetFaceQuality(const string& body);
//获取人脸特征
shared_ptr<BaseObjectIf> handlerGetFaceFeature(const string& body);
//匹配两张人脸,返回得分
shared_ptr<BaseObjectIf> handlerMatchFaceByImg(const string& body);
//注册人脸
shared_ptr<BaseObjectIf> handlerRegisterFace(const string& body);
//搜索人脸
shared_ptr<BaseObjectIf> handlerSearchFace(const string& body);
//搜索人脸
shared_ptr<BaseObjectIf> handlerMultSearchFace(const string& body);
//删除人脸
shared_ptr<BaseObjectIf> handlerRemoveFace(const string& body);
//清除所有人脸
shared_ptr<BaseObjectIf> handlerClearFaces(const string& body);
//处理没有路由的请求
shared_ptr<BaseObjectIf> handlerNoHandler(const string& body);
//识别图片中的人脸
shared_ptr<BaseObjectIf> handlerTrackFaces(const string& body);
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。