viswanani commited on
Commit
a4c5608
·
verified ·
1 Parent(s): a9d9629

Update trajectory.py

Browse files
Files changed (1) hide show
  1. trajectory.py +1 -0
trajectory.py CHANGED
@@ -21,3 +21,4 @@ def draw_trajectory_overlay(frame, coeffs, x_range=(0, 1280)):
21
  if len(points) >= 2:
22
  cv2.polylines(frame, [np.array(points, np.int32)], False, (255, 0, 0), 2)
23
  return frame
 
 
21
  if len(points) >= 2:
22
  cv2.polylines(frame, [np.array(points, np.int32)], False, (255, 0, 0), 2)
23
  return frame
24
+