Skip to content

kylemcdonald/ImageRearranger

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Image Rearranger

Arrange a mosaic by similarity. Inspired by this collection of pixel art by Justin Cyr.

Installation and Usage

First, install numpy, scipy, sklearn, matplotlib, and lapjv using the requirements file:

$ pip install -r requirements.txt

Note that on MacOS you need to run some special commands to install Multicore-TSNE.

Then clone this repository and run the example:

$ git clone --recurse-submodules https://github.com/kylemcdonald/ImageRearranger.git
$ cd ImageRearranger
$ jupyter notebook

About

Rearrange mosaics by similarity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published