Answers for "print opencv version cmd"

1

how to check opencv version command line

# in terminal type python3 then the following,
import cv2
cv2.__version__
Posted by: Guest on September-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language