2.2.2. APIと構造体のパラメーター のマクロ定義
st_handle_t
typedef void *st_handle_t;st_result_t
typedef int st_result_t;struct stid_detection_result
typedef struct stid_detection_result {
cv_rect32i_t rect; ///< Result rect
float score; ///< スコア
int label; ///< ラベル
int orientation; ///< 向き
unsigned int reserved1;
unsigned int reserved2;
} stid_detection_result_t;struct stid_landmarks
struct stid_target
stid_pose
stid_face_quality
stid_attribute_category_t
stid_attribute_list
Config (detect)
config (track)
config (track)
config (track)
Last updated
Was this helpful?