Algorithm-Arena / weekly-challenge-25-grid-group

3 stars 0 forks source link

Submission - Quad Grid #3

Open michael-azogu opened 2 months ago

michael-azogu commented 2 months ago

quadtree-image

https://github.com/Algorithm-Arena/weekly-challenge-25-grid-group/assets/73001497/4b4a6e15-e8a0-4e26-9814-fd0a05b56e19

I don't know if this counts 😅 but it is a grid I generate a quadtree that samples regions for their average color & paint them recursively

I was first introduced to the concept at ... this gave me an excuse to try implementing it

It works best on high-contrast images

source demo (paste/input an image file & wait)

michael-azogu commented 2 months ago

image

michael-azogu commented 2 months ago

image

michael-azogu commented 2 months ago

just found out this structure is used in computer vision for edge detection

image