m0jo / challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 100.0%