修复应用稳定性并发布人脸识别工程
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
|
||||
#include "Common/CStruct.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct SeetaFaceInfo
|
||||
{
|
||||
SeetaRect pos;
|
||||
float score;
|
||||
};
|
||||
|
||||
struct SeetaFaceInfoArray
|
||||
{
|
||||
struct SeetaFaceInfo *data;
|
||||
int size;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user