You can check the OpenCV version in Jupyter Notebook with the following code. I highly recommend you This book to learn Python.
import cv2 print(cv2.__version__)
You can check the OpenCV version in Jupyter Notebook with the following code. I highly recommend you This book to learn Python.
import cv2 print(cv2.__version__)