Structure and Interface Configuration Parameter Macro Definition
General type interface description
Structure and macro definition description
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; ///< Result score
int label; ///< result label
int orientation; ///< result orientation
unsigned int reserved1;
unsigned int reserved2;
} stid_detection_result_t;struct stid_landmarks
struct stid_target
stid_pose
stid_face_quality
config (detect)
config (track)
config (track)
config (track)
Last updated
Was this helpful?