Image Stitching using OpenCV and Python (Creating Panorama Project)

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


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...