How things are going
This week, I met with Dr. Pankratz and I got an idea on how to go about organizing the pixels in the image into groups based on the palette colors. I implemented this using KMeans, and I am now trying to create an out line using this information rather than my edge detection script. It makes me a little sad to not use the edge detection script, since I spent so much time on it, but I feel like this way will be simpler and in the end provide a better result.
Here is an article explaining KMeans and it’s implementation I found: