Statistical data analysis & visualization
See related work:
Sentiment Analysis, Textual Data Analysis, and Visualization Using Natural Language API
Interactive Art: Image Reconstruction using Perlin Noise (p5.js Javascript)
The image above uses Perlin Noise to reconstruct old classic artworks, which is useful for generating patterns. Starting from a blank screen, it creates thousands of random noises that start recovering the image. They do so by reading the color of the image coordinates. The noises diffuse by generating random polygons spreading around, filling in the gap.
Refresh the page to see different image creations (total 4 images).
Drag the mouse to draw circles on top of the noises.