Searched refs:pre_y (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/ |
| H A D | objects_tracker.cc | 50 …Object& curObject, int image_width,int image_height, float& pre_x, float& pre_y, float& v_x, float… in predict_loctation() argument 73 pre_y = y; in predict_loctation() 122 float pre_x, pre_y, vx, vy; in updateTrackedObjects() local 123 predict_loctation(curObject, image_width, image_height, pre_x, pre_y, vx, vy); in updateTrackedObjects() 127 prevRect.y = (int)pre_y; in updateTrackedObjects()
|
| H A D | objects_tracker.h | 106 …Object& curObject, int image_width,int image_height, float& pre_x, float& pre_y, float& v_x, float…
|