mirror of https://github.com/vladmandic/human
added node-canvas demo
parent
fcc3945ded
commit
7f55fd1c8a
4
Demos.md
4
Demos.md
|
@ -9,7 +9,9 @@ Demos are included in `/demo`:
|
||||||
- `face3d`: [browser]
|
- `face3d`: [browser]
|
||||||
3D render of face mesh using `Three.js`
|
3D render of face mesh using `Three.js`
|
||||||
- `nodejs/node`: [nodejs]
|
- `nodejs/node`: [nodejs]
|
||||||
Process images from files or URLs
|
Process images from files, folders or URLs
|
||||||
|
- `nodejs/node-canvas`: [nodejs]
|
||||||
|
Process image from file or URL and draw results to a new image file using `node-canvas`
|
||||||
- `nodejs/node-multiprocess` & `nodejs/node-multiprocess-worker`: [nodejs]
|
- `nodejs/node-multiprocess` & `nodejs/node-multiprocess-worker`: [nodejs]
|
||||||
Parallel processing in multiple child worker processes
|
Parallel processing in multiple child worker processes
|
||||||
- `nodejs/node-video`: [nodejs]
|
- `nodejs/node-video`: [nodejs]
|
||||||
|
|
Loading…
Reference in New Issue