Mini Assignment 3
Mini Assignment 3
Use computer vision or another technique to annotate or subdivide an image
Review the examples in this week's example folder on Github
Modify an example into a p5.js sketch that takes an image or video as input and:
Subdivides the image in some way (e.g. using Voronoi or Delaunay, or convex hull divisions on a set of computationally or user-specified points)
Creates composition lines (either through computational analysis or through user annotation)
Highlights specific color regions
You may also choose to combine functionalities from multiple examples
Upload your modified example to your GitHub repo in a folder labeled "MiniAssignment3"