An open API service indexing awesome lists of open source software.

https://github.com/artbit/html5-image-triangulation

Turn an input image into a Delaunay triangulated grid
https://github.com/artbit/html5-image-triangulation

html5 html5-canvas image-processing javascript triangulation

Last synced: 9 months ago
JSON representation

Turn an input image into a Delaunay triangulated grid

Awesome Lists containing this project

README

          

# HTML5 Image Triangulation
[![GitHub license](https://img.shields.io/github/license/ArtBIT/html5-image-triangulation.svg)](https://github.com/ArtBIT/html5-image-triangulation) [![GitHub stars](https://img.shields.io/github/stars/ArtBIT/html5-image-triangulation.svg)](https://github.com/ArtBIT/html5-image-triangulation) [![awesomeness](https://img.shields.io/badge/awesomeness-maximum-red.svg)](https://github.com/ArtBIT/html5-image-triangulation)

This web app turns an input image into a Delaunay triangulated grid.

# Installation
```
git clone https://github.com/ArtBIT/html5-image-triangulation.git
cd html5-image-triangulation
npm init # optional
```

# Usage
```
npm start

```
Open [http://localhost:8080/](http://localhost:8080/) in your browser.

# Demo
Input image:

Output image:

Try out live demo [here](http://artbit.github.io/html5-image-triangulation/).

# License

[MIT](LICENSE.md)