25 lines
1.7 KiB
Markdown
25 lines
1.7 KiB
Markdown
image triangulation experiment
|
|
===
|
|
|
|
this is an experiment for the web browser. it uses the [delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation) algorithm to alter an image.
|
|
|
|
[](http://snorpey.github.io/triangulation/)
|
|
|
|
[online demo](http://snorpey.github.io/triangulation/)
|
|
|
|
this experiment is very much based on the [triangulation image generator](http://jsdo.it/akm2/xoYx) script. it includes several speed enhancements. it is my goal to make it fast enough for use with real time streaming input, e.g. from a [web cam](https://github.com/snorpey/photobooth).
|
|
|
|
you can fine another experiment that applies the the triangulation to text input here: [http://snorpey.github.io/text-triangulation/](http://snorpey.github.io/text-triangulation/)
|
|
|
|
third party code used in this experiment
|
|
---
|
|
* some parts of the code code from [triangulation image generator](http://jsdo.it/akm2/xoYx) by [akm2](http://codepen.io/akm2), MIT license
|
|
* [delaunay js](https://github.com/ironwallaby/delaunay) by [ironwallaby](https://github.com/ironwallaby), public domain
|
|
* [html5slider](http://frankyan.com/labs/html5slider/) by [fryn](https://github.com/fryn), MIT license
|
|
* [js signals](http://millermedeiros.github.io/js-signals/) by [millermedeiros](https://github.com/millermedeiros), MIT license
|
|
* [superfast boxblur for canvas](http://quasimondo.com/BoxBlurForCanvas/FastBlurDemo.html) by [quasimondo](https://github.com/quasimondo), MIT license
|
|
* [require js](http://requirejs.org/), by [jrburke](jrburke), BSD & MIT license
|
|
|
|
license
|
|
---
|
|
[MIT License](http://www.opensource.org/licenses/mit-license.php) |