Go to the documentation of this file. 25 static const char *ROCKX_POSE_BODY_KEYPOINTS_NAME[] = {
27 "R-Sho",
"R-Elb",
"R-Wr",
28 "L-Sho",
"L-Elb",
"L-Wr",
29 "R-Hip",
"R-Knee",
"R-Ank",
30 "L-Hip",
"L-Knee",
"L-Ank",
31 "R-Eye",
"L-Eye",
"R-Ear",
"L-Ear" 79 #endif // _ROCKX_POSE_H
rockx_keypoints_t keypoints[32]
Array of rockx_keypoints_t.
struct rockx_keypoints_array_t rockx_keypoints_array_t
KeyPoints Array.
rockx_ret_t
Return Value of RockX functions.
KeyPoints for One Body or Finger.
float score[32]
Key points score.
rockx_ret_t rockx_pose_body(rockx_handle_t handle, rockx_image_t *in_img, rockx_keypoints_array_t *keypoints_array, rockx_async_callback callback)
int count
key points count
rockx_point_t points[32]
key points
void(* rockx_async_callback)(void *result, size_t result_size)
Pointer of Async Callback Function.
rockx_ret_t rockx_pose_finger(rockx_handle_t handle, rockx_image_t *in_img, rockx_keypoints_t *keypoints)
void * rockx_handle_t
Handle of a created RockX module.
struct rockx_keypoints_t rockx_keypoints_t
KeyPoints for One Body or Finger.