Merge pull request #16258 from jed-frey:patch/python38-clock

pull/16270/head
Alexander Alekhin 5 years ago
commit 1df148aae9
  1. 1
      samples/python/lk_track.py
  2. 3
      samples/python/video.py

@ -26,7 +26,6 @@ import cv2 as cv
import video
from common import anorm2, draw_str
from time import clock
lk_params = dict( winSize = (15, 15),
maxLevel = 2,

@ -39,9 +39,6 @@ import re
from numpy import pi, sin, cos
# built-in modules
from time import clock
# local modules
from tst_scene_render import TestSceneRender
import common

Loading…
Cancel
Save