All Projects → aschinchon → Travelling Salesman Portrait

aschinchon / Travelling Salesman Portrait

Licence: mit
An experiment in R to convert photos into single-line-drawings

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Travelling Salesman Portrait

Ragg
Graphic Devices Based on AGG
Stars: ✭ 127 (+56.79%)
Mutual labels:  drawing, rstats
Livechart
Android library to draw beautiful and rich line charts.
Stars: ✭ 78 (-3.7%)
Mutual labels:  drawing
Sysreqs
R package to install system requirements
Stars: ✭ 63 (-22.22%)
Mutual labels:  rstats
Gsodr
Global Surface Summary of the Day ('GSOD') Weather Data Client for R
Stars: ✭ 72 (-11.11%)
Mutual labels:  rstats
Decapitated
Headless 'Chrome' Orchestration in R
Stars: ✭ 65 (-19.75%)
Mutual labels:  rstats
Maker.js
📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
Stars: ✭ 1,185 (+1362.96%)
Mutual labels:  drawing
Edarf
exploratory data analysis using random forests
Stars: ✭ 62 (-23.46%)
Mutual labels:  rstats
Awesome Blogdown
An awesome curated list of blogs built using blogdown
Stars: ✭ 80 (-1.23%)
Mutual labels:  rstats
Freebase
👃🏽A 'usethis'-like Package for Base R Pseudo-equivalents of 'tidyverse' Code
Stars: ✭ 77 (-4.94%)
Mutual labels:  rstats
Feddata
Functions to Automate Downloading Geospatial Data Available from Several Federated Data Sources
Stars: ✭ 70 (-13.58%)
Mutual labels:  rstats
Structural Equation Modeling For Psychologists
Lesson files used in the Structural Equation Modeling for Psychologists.
Stars: ✭ 69 (-14.81%)
Mutual labels:  rstats
Alchemy
An open drawing project
Stars: ✭ 63 (-22.22%)
Mutual labels:  drawing
Pkgsearch
Search R packages on CRAN
Stars: ✭ 73 (-9.88%)
Mutual labels:  rstats
Resources and bookmarks
Personal bookmarks and cheat sheets
Stars: ✭ 64 (-20.99%)
Mutual labels:  rstats
Streamlit Drawable Canvas
Do you like Quick, Draw? Well what if you could train/predict doodles drawn inside Streamlit? Also draws lines, circles and boxes over background images for annotation.
Stars: ✭ 79 (-2.47%)
Mutual labels:  drawing
Notation
✏️ A simple web app to make drawings that are easy to embed, particularly for Notion.so.
Stars: ✭ 63 (-22.22%)
Mutual labels:  drawing
21 Recipes
📕 An R/rtweet edition of Matthew A. Russell's Python Twitter Recipes Book
Stars: ✭ 69 (-14.81%)
Mutual labels:  rstats
Emayili
An R package for sending email messages.
Stars: ✭ 72 (-11.11%)
Mutual labels:  rstats
Skpr
Generates and evaluates D, I, A, Alias, E, T, G, and custom optimal designs. Supports generation and evaluation of mixture and split/split-split/N-split plot designs. Includes parametric and Monte Carlo power evaluation functions. Provides a framework to evaluate power using functions provided in other packages or written by the user.
Stars: ✭ 80 (-1.23%)
Mutual labels:  rstats
Lodown
locally download and prepare publicly-available microdata
Stars: ✭ 79 (-2.47%)
Mutual labels:  rstats

The Travelling Salesman Portrait

After completing this experiment you will be able to create one line drawing from your favorite images. Resulting drawings are obtained using an algorithm to solve The Travelling Salesman Problem (TSP).

For example, if you load this image:

The resulting portrait is this one:

Getting Started

Prerequisites

You will need to install the following packages (if you don't have them already):

install.packages("imager")
install.packages("dplyr")
install.packages("ggplot2")
install.packages("scales")
install.packages("TSP")

More info

A complete explanation of the experiment can be found at fronkonstin

Authors

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