Tutorial in R to create images of Frankenstein from this picture using colonization algorithm. Example:
You will need to install the following packages (if you don't have them already):
install.packages("imager")
install.packages("tidyverse")
A complete explanation of the experiment can be found at fronkonstin
- Modeling Trees with a Space Colonization Algorithm, by Adam Runions, Brendan Lane, and Przemyslaw Prusinkiewicz (Department of Computer Science, University of Calgary, Canada)
- Antonio Sánchez Chinchón - @aschinchon