CornellDataScience / sketchify

Turning images into coloring book pages with infinite resolution.
MIT License
5 stars 1 forks source link

SPIKE: Canny edge detection #2

Open jasozh opened 7 months ago

jasozh commented 7 months ago

Task at Hand

  1. Do research on image segmentation. Your goal is to convert a grayscale image (input) into the result of Canny edge detection. Do research on exactly what would be needed to implement Canny edge detection.
  2. Fill out the edge detection header in the Design Document. Consider a multitude of alternatives, clearly explain why you chose the specific solution you considered, and outline a clear week-by-week timeline of how the deliverable will be completed. For example, how can we break down the task into smaller, bite-sized components?

Notes