标签: python
from __future__ import print_function import argparse import cv2 ap = argparse.ArgumentParser() ap.add_argument("-i", "--image", required = True,help = "Path to the image") args = vars(ap.parse_args())