Skip to content

Commit 9abe758

Browse files
committed
Fixed template cli
1 parent 713d117 commit 9abe758

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

template_cli.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@
1919
import sys
2020
import os
2121
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-
3622

3723
#sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)))
3824

@@ -71,9 +57,6 @@ def main(argv):
7157
if args.debug:
7258
print "test: %s" % str(args.test[0])
7359

74-
75-
cap = cv2.VideoCapture('videoplayback.mp4')
76-
7760
if __name__ == "__main__":
7861
main(sys.argv)
7962

0 commit comments

Comments
 (0)