OPENING AN IMAGE IN PYTHON

Photo of author

By Jackson Taylor

import cv2
                     img = cv2.imread('IMAGE_1.PNG',0) #reads the image
                     cv2.imshow('image',img)
                     cv2.waitKey(0)
                     cv2.destroyAllWindows()
more examples
See also
LED CHARACTERSTICS - PINK

Revive Your Dead Electronics

Got a drawer full of dead gadgets or a failing car battery? Instead of paying a premium for replacements, use this simple trick to easily recondition them right from home.

See How It Works