We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713d117 commit 9abe758Copy full SHA for 9abe758
1 file changed
template_cli.py
@@ -19,20 +19,6 @@
19
import sys
20
import os
21
import argparse
22
-import numpy as np
23
-import cv2
24
-from matplotlib import pyplot as plt
25
-from matplotlib.figure import SubplotParams
26
-from math import *
27
-
28
29
30
-DEFAULT_START_FEATURE = 25
31
-RED = (0xFF, 0x00, 0x00)
32
-GREEN= (0x00, 0xFF, 0x00)
33
-BLUE = (0x00, 0x00, 0xFF)
34
35
36
37
#sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)))
38
@@ -71,9 +57,6 @@ def main(argv):
71
57
if args.debug:
72
58
print "test: %s" % str(args.test[0])
73
59
74
75
- cap = cv2.VideoCapture('videoplayback.mp4')
76
77
60
if __name__ == "__main__":
78
61
main(sys.argv)
79
62
0 commit comments