📜  如何检查 opencv 版本命令行 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:05.037000             🧑  作者: Mango

代码示例1
# in terminal type python3 then the following,
import cv2
cv2.__version__