Skip to content

alksentrs/true-photo-mosaic

 
 

Repository files navigation

Photo Mosaic creator

This program can turn any image into a photo mosaic, which is an image made of lots of small images (tiles) and looks similar to the given image.

It provides a flexibility to choose a trade-off between fast execution (<1 second of tiles searching time) and more precise output image (~1 minute of tiles searching time).

There are three main components, provided as separate applications:

  1. An application to read tiles from a local path (the images must have same size).
  2. An application to convert the local dataset into a small tile dataset.
  3. An application to builds a search index to the local images.
  4. An application to built index to create photo mosaic for provided image.

Examples of the outputs produced by Photo Mosaic creator:

Avengers photo mosaic produced after fast execution: Alt

Avengers photo mosaic produced after precise execution: Alt

The Beatles album cover photo mosaic produced after fast execution: Alt

The Beatles album cover photo mosaic produced after precise execution: Alt

Cat photo mosaic: Alt

Parrots photo mosaic: Alt

Superman photo mosaic: Alt

About

Photo Mosaic creator in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%