Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 445 Bytes

meetingNotes22Feb.md

File metadata and controls

16 lines (13 loc) · 445 Bytes

Meeting Notes Feb 22

Terminal Player

  1. User Provides Photo
  2. Open the photo in C (openCV)
  3. Convert to a binary photo (matrix)
  4. Get the dimensions of user's terminal
  5. Scale photo to dimensions
  6. Print string representation in terminal

Add complexities after we get the first 6 steps done

Tasks:

  • Phillip: Loading photo in C (2-3)
  • Maya: Getting dimensions of terminal (4-5)
  • Isa: How to represent a photo as a string (5-6)