/MosaicPuzzle

Mosaic Puzzel : Use many different pictures to make a picture

Primary LanguagePython

MosaicPuzzle

 Replace the block in a cetain picture with an image in the image dataset that has the smallest average color difference from it. Therefore, we can use many different small pictures to make a big picture.

ColorPuzzle

 The color substitution of each pixel in a picture is done by using the color which has the smallest color difference with the pixel in the result of color clustering.