Image Stitching using OpenCV and Python (Creating Panorama Project)

You are currently auditing this course.
4 / 23

Check OpenCV Version

Let us first check the OpenCV version.

INSTRUCTIONS
  • import cv2

  • Use __version__ on cv2 to get its version.

    cv2.<< your code comes here >>
    
Get Hint See Answer

Loading comments...