adamstirtan / psopainter

Image copying using particle swarm optimization (PSO in JavaScript and HTML 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSO Painter

Image copying using particle swarm optimization (PSO in JavaScript and HTML 5

This app demonstrates the use of particle swarm optimization to copy an image supplied by the user. Each particle operates in 7 dimensional space (x position, y position, circle radius, red, green, blue, alpha).

Web workers are used to run the PSO algorithm so it is recommended to run the app you have nodejs and start http-server from the main directory.

path/to/psopainter> http-server
Starting up http-server, serving ./
Available on:
   http://10.10.10.100:8080
   http://127.0.0.1:8080

Navigate to http://localhost:8080 to see the UI.

About

Image copying using particle swarm optimization (PSO in JavaScript and HTML 5


Languages

Language:JavaScript 58.9%Language:HTML 38.9%Language:CSS 2.2%