Go to the documentation of this file. 13 #ifndef _ROCKX_OBJECT_DETECTION_H 14 #define _ROCKX_OBJECT_DETECTION_H 26 "???",
"person",
"bicycle",
"car",
"motorcycle",
"airplane",
"bus",
"train",
"truck",
"boat",
"trafficlight",
27 "firehydrant",
"???",
"stopsign",
"parkingmeter",
"bench",
"bird",
"cat",
"dog",
"horse",
"sheep",
"cow",
"elephant",
28 "bear",
"zebra",
"giraffe",
"???",
"backpack",
"umbrella",
"???",
"???",
"handbag",
"tie",
"suitcase",
"frisbee",
29 "skis",
"snowboard",
"sportsball",
"kite",
"baseballbat",
"baseballglove",
"skateboard",
"surfboard",
"tennisracket",
30 "bottle",
"???",
"wineglass",
"cup",
"fork",
"knife",
"spoon",
"bowl",
"banana",
"apple",
"sandwich",
"orange",
31 "broccoli",
"carrot",
"hotdog",
"pizza",
"donut",
"cake",
"chair",
"couch",
"pottedplant",
"bed",
"???",
"diningtable",
32 "???",
"???",
"toilet",
"???",
"tv",
"laptop",
"mouse",
"remote",
"keyboard",
"cellphone",
"microwave",
"oven",
33 "toaster",
"sink",
"refrigerator",
"???",
"book",
"clock",
"vase",
"scissors",
"teddybear",
"hairdrier",
"toothbrush" 80 #endif // _ROCKX_OBJECT_DETECTION_H
rockx_ret_t rockx_head_detect(rockx_handle_t handle, rockx_image_t *in_img, rockx_object_array_t *object_array, rockx_async_callback callback)
struct rockx_object_array_t rockx_object_array_t
Object Array Result.
Object Detection Result(include Face, CarPlate, Head, Object, etc...)
float score
Object confidence score.
rockx_ret_t
Return Value of RockX functions.
struct rockx_object_t rockx_object_t
Object Detection Result(include Face, CarPlate, Head, Object, etc...)
rockx_ret_t rockx_object_detect(rockx_handle_t handle, rockx_image_t *in_img, rockx_object_array_t *object_array, rockx_async_callback callback)
Rectangle of Object Region.
int count
Array Count(0 <= count < 128)
void(* rockx_async_callback)(void *result, size_t result_size)
Pointer of Async Callback Function.
const char *const OBJECT_DETECTION_LABELS_91[91]
void * rockx_handle_t
Handle of a created RockX module.
rockx_rect_t box
Object Region.