Home
last modified time | relevance | path

Searched defs:boxs (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/hand_classify/
Dhand_classify.c64 static RectBox boxs[DETECT_OBJ_MAX] = {0}; variable
118 static HI_S32 GetBiggestHandIndex(RectBox boxs[], int detectNum) in GetBiggestHandIndex()
Dyolov2_hand_detect.c65 static HI_S32 HandDetect(uintptr_t model, IVE_IMAGE_S *srcYuv, DetectObjInfo boxs[]) in HandDetect()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
Dtennis_detect.cpp166 RectBox boxs[32] = {0}; // 32: TENNIS_OBJ_MAX in TennisDetectCal() local