/image_mosaic

Image processing project of creating an image mosaic

Primary LanguageJupyter Notebook

Image mosaic project

This project repository contains an image processing project with the topic of mosaic creation out of the given image database. The theory and process are described in the Jupyter Notebook file with two types of mosaic present (with square tiles and with circular tiles)

Contents:

  1. /db_img - Folder with the handmade image database (consists of screenshots from various TV shows and some abstract artworks)
  2. Image_mosaic.ipynb - Jupyter Notebook with functions, explanations and code
  3. test.jpg and result.jpg - original and resulting image of a regular square mosaic
  4. test2.jpg and result_circ.jpg - original and resulting image of the circular mosaic