All Projects → esimov → Legoizer

esimov / Legoizer

Licence: mit
A tool to convert images to Lego bricks.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Legoizer

Fast Near Duplicate Image Search
Fast Near-Duplicate Image Search and Delete using pHash, t-SNE and KDTree.
Stars: ✭ 54 (-14.29%)
Mutual labels:  image-processing
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (+1641.27%)
Mutual labels:  image-processing
Colorfilters
Image thresholding in multiple colorspaces.
Stars: ✭ 60 (-4.76%)
Mutual labels:  image-processing
Bisweb
This is the repository for the BioImage Suite Web Project
Stars: ✭ 54 (-14.29%)
Mutual labels:  image-processing
Imager
Image processing proxy
Stars: ✭ 56 (-11.11%)
Mutual labels:  image-processing
Angular Filepond
🔌 A handy FilePond adapter component for Angular
Stars: ✭ 59 (-6.35%)
Mutual labels:  image-processing
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (-19.05%)
Mutual labels:  image-processing
Jpg Glitch
glitch images with jpg encoding
Stars: ✭ 1,120 (+1677.78%)
Mutual labels:  image-processing
Pymorton
A lightweight and efficient Python Morton encoder with support for geo-hashing
Stars: ✭ 55 (-12.7%)
Mutual labels:  image-processing
Imagesoup
Python library designed for quick search and downloading images from Google Images.
Stars: ✭ 60 (-4.76%)
Mutual labels:  image-processing
Imgart
🎨 IMGART it's a simple, fast and reliable HTTP service for image processing based on filters and profiles
Stars: ✭ 55 (-12.7%)
Mutual labels:  image-processing
Batchimageprocessor
A Mass Image Processing tool for Windows
Stars: ✭ 55 (-12.7%)
Mutual labels:  image-processing
Halide Hls
HLS branch of Halide
Stars: ✭ 59 (-6.35%)
Mutual labels:  image-processing
Sunglass
Convert image into a given color palette
Stars: ✭ 54 (-14.29%)
Mutual labels:  image-processing
Sanchez
False-colour geostationary satellite image compositor
Stars: ✭ 61 (-3.17%)
Mutual labels:  image-processing
Pixelizator
Swift/Python image pixelizer 🖼️.
Stars: ✭ 53 (-15.87%)
Mutual labels:  image-processing
Pywt
PyWavelets - Wavelet Transforms in Python
Stars: ✭ 1,098 (+1642.86%)
Mutual labels:  image-processing
Retouch
🎬 An OpenGL application for editing and retouching images using depth-maps in 2.5D
Stars: ✭ 63 (+0%)
Mutual labels:  image-processing
Popbot
Color splash effects using Deep Learning
Stars: ✭ 61 (-3.17%)
Mutual labels:  image-processing
Catt
Detecting the temperature from an infrared image
Stars: ✭ 60 (-4.76%)
Mutual labels:  image-processing

legoizer

Legoizer is a simple tool to generate lego-like images taking as input an image and converting it to lego bricks. This process consists of two steps:

  1. The image is converted to it's quantified representation to reduce the number of colors.
  2. The bricks are generated based on the curently processed cell color compared to it's neighboring cells average color.

Install

$ go get -u github.com/esimov/legoizer

Run

Type $ legoizer --help to get the currently supported commands.

Usage of legoizer:
  -colors int
    	Number of colors (default 128)
  -in string
    	Input path
  -out string
    	Output path
  -size int
    	Lego size     
Source image Legoized image

Discalimer

This is a simple toy, so it does not have any commercial usage.

License

This software is distributed under the MIT license found in the LICENSE file.

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].