Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

File metadata and controls

18 lines (13 loc) · 591 Bytes

Take and display a picture

General instructions

  1. Take a picture with your cellphone (in colors)
  2. Open with opencv (cv.imread) as grayscale
  3. Save the grayscale images in full resolution (cv.imrite)

Expected submission

  • Input image
  • Source code to open and save your image (.py, .ipynb)
  • Image in grayscale

Hints

  • Get familiar with Python environment (Google colab, or local installation)
  • Use matplotlib to display the image when using google colab.
  • Make sure you know at least the Python basics.