All Projects → nhthang9x → Photomosaic-generator

nhthang9x / Photomosaic-generator

Licence: MIT License
photomosaic generator (image to image, video to video)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Photomosaic-generator

pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (-65.65%)
Mutual labels:  art
upstage
UpStage is a platform for cyberformance: remote players combine digital media in real-time for an online audience. All you need is a web browser!
Stars: ✭ 14 (-89.31%)
Mutual labels:  art
neuralPainting
neural painting with pytorch implementation
Stars: ✭ 62 (-52.67%)
Mutual labels:  art
text2painting
Convert text into beautiful artistic images
Stars: ✭ 55 (-58.02%)
Mutual labels:  art
ofxOilPaint
An oil painting simulation addon for openFrameworks
Stars: ✭ 45 (-65.65%)
Mutual labels:  art
art
Exploring the connections between artworks with deep "Visual Analogies"
Stars: ✭ 73 (-44.27%)
Mutual labels:  art
samila
Generative Art Generator
Stars: ✭ 750 (+472.52%)
Mutual labels:  art
php-lands
🗺 The PHP Lands Map
Stars: ✭ 22 (-83.21%)
Mutual labels:  art
Binarify
Convert Images to Binary Art!
Stars: ✭ 15 (-88.55%)
Mutual labels:  art
interactive-pixelator
🌇 🌃 upload image and make interactive pixel art 🕹
Stars: ✭ 22 (-83.21%)
Mutual labels:  art
arboles
Mapa de Arbolado Urbano
Stars: ✭ 13 (-90.08%)
Mutual labels:  art
random color
⚙️🎨 Rust crate for generating random attractive colors
Stars: ✭ 30 (-77.1%)
Mutual labels:  art
backyard birdbot
This project is for a Twitter bot that monitors a bird feeder in my backyard. Any detected birds are identified and posted to Twitter.
Stars: ✭ 63 (-51.91%)
Mutual labels:  cv2
droste-creator
Create recursive images with the droste effect.
Stars: ✭ 27 (-79.39%)
Mutual labels:  art
tripbot9000
Procedural generation of geometric patterns and fractals.
Stars: ✭ 22 (-83.21%)
Mutual labels:  art
multiverse
Adobe Photoshop scripts for making generative art
Stars: ✭ 21 (-83.97%)
Mutual labels:  art
gb-convert
Gameboy tile conversion and map editor tool
Stars: ✭ 26 (-80.15%)
Mutual labels:  art
MailTape.github.io
MailTape - Feed your inspiration with music, every Sunday morning.
Stars: ✭ 23 (-82.44%)
Mutual labels:  art
text
An experiment with WebSockets and the human condition.
Stars: ✭ 51 (-61.07%)
Mutual labels:  art
quadart
Python module for producing quad-tree art
Stars: ✭ 33 (-74.81%)
Mutual labels:  art

[PYTHON] Photomosaic generator

Introduction

Here is my python source code for Photomosaic generator. To the best of my knowledge, my code is the shortest one you could find out for this goal. With my code, you could:

  • Given input image, you could generate Photomosaic art stored under image formats (.png, .jpg, ...)
  • Given input video, you could generate Photomosaic art stored under video formats (.avi, .mp4, ...)

Data preparation

In order to run my script, you first need to prepare a set of photos put in the same folder (my default folder is image_pool). These photos could be in any image format (jpg, png, ...) with any resolution. In this repository, I put all photos used to generate the demo for video2video case (Taylor Swift's photos taken from the internet). For image2image case, I used photos from VOC2012 dataset link.

Video to video

By running the sript video2video.py, we will have following output:


Output video

Image to image

By running the sript image2image.py, we will have following output:


Output image


Input image

Requirements

  • python 3.6
  • cv2
  • numpy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].