There are two due dates for this assignment. First, you need to set up your assignment git repository on or before Feburary 4th so your instructor can test and make sure everything is working as expected. Second, you then need to complete the assignment instructions and then add/commit/push your files to your git repository on or before 11:59pm on Thursday February 25. Your instructor highly recommends committing early and often.
In this assignment, you are going to modify and improve the processing speed of an edge detector for grayscale PNG images. Edge detection is an image processing technique to find boundaries of objects in images. Here are an example image and the detected edges:
Note: this homework was motivated and adapted from: https://web.stanford.edu/class/cs315b/assignment1.html