Skip to content

m0jo/challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Collection of programming challenges

sketch

Given an input image, create 2 blank images (i1, i2). Draw a random polygon using a random color from the input image on i1. If i1 is closer to the input image in color than i2, copy i1 -> i2 if not, i2 -> i1. Repeat.

Uses IVT

palette

Basically image quantization using k-means.

Uses IVT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages