Searched refs:smooth_Positionn (Results 1 – 2 of 2) sorted by relevance
88 …ects[i].id, r, trackedObjects[i].predict_loc_when_miss, trackedObjects[i].smooth_Positionn, status, in getObjects()196 …trackedObjects[i].smooth_Positionn.width = (trackedObjects[i].smooth_Positionn.width *1 +detectedO… in updateTrackedObjects()197 …trackedObjects[i].smooth_Positionn.height = (trackedObjects[i].smooth_Positionn.height *1 +detecte… in updateTrackedObjects()198 Rect_T r_smooth = trackedObjects[i].smooth_Positionn; in updateTrackedObjects()200 …trackedObjects[i].smooth_Positionn.x = (int)(((r_smooth.x +r_smooth.width*0.5f) *weight_p +(detect… in updateTrackedObjects()203 …trackedObjects[i].smooth_Positionn.y = (int)(((r_smooth.y +r_smooth.height*0.5f) *weight_p +(detec… in updateTrackedObjects()212 trackedObjects[_N2-1].smooth_Positionn.width = detectedObjects[j].width; in updateTrackedObjects()213 trackedObjects[_N2-1].smooth_Positionn.height = detectedObjects[j].height; in updateTrackedObjects()214 trackedObjects[_N2-1].smooth_Positionn.x = (detectedObjects[j].x); in updateTrackedObjects()215 trackedObjects[_N2-1].smooth_Positionn.y = (detectedObjects[j].y); in updateTrackedObjects()
77 Rect_T smooth_Positionn; member