HomeSort by relevance Sort by last modified time
    Searched full:state_pt (Results 1 - 1 of 1) sorted by null

  /external/opencv3/samples/python2/
kalman.py 44 state_pt = calc_point(state_angle) variable
68 draw_cross(np.int32(state_pt), (255, 255, 255), 3)
72 cv2.line(img, state_pt, measurement_pt, (0, 0, 255), 3, cv2.LINE_AA, 0)
73 cv2.line(img, state_pt, predict_pt, (0, 255, 255), 3, cv2.LINE_AA, 0)

Completed in 1350 milliseconds