How to Solve NameError: name 'cv2' is not defined

Solution: Import the 'cv2' module

# Add the following line to the top of your code
import cv2

 

For more information:
Python cv2