View the OpenCV version under python

  • 2020-12-07 04:09:02
  • OfStack

Enter the following code on the command line:


python
import cv2
cv2.__version__

Related articles: