Lab1_2. Modify an Image
Converting an image to gray scale:
https://techtutorialsx.com/2018/06/02...
Be able to read an image and convert it to gray scale, using OpenCV and Python. Saving an image to the file system
How would you save the modified image?
Hint: cv2.imwrite("IMAGE_NAME.png/jpg", Nameofmodifiedimage)