ap.add_argument("-i", "--image", required=True, help="Path to images where template will be matched")
时间: 2023-07-21 19:59:16 浏览: 128
parser.add_argument中的action使用
5星 · 资源好评率100%
感谢您提供的详细信息。根据您提供的代码片段,"-i"或"--image"参数是必需的,并且用于指定模板匹配的图像路径。
如果您要运行该脚本,请确保在命令行中提供了正确的图像路径。例如:
```
python peizhun.py -i /path/to/image.jpg
```
请将"/path/to/image.jpg"替换为您实际的图像文件路径。
如果您需要进一步的帮助,请随时提问。
阅读全文