Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 463 Bytes

dlib_em.js

A testing repository to port dlib to WASM thanks to emscripten.

Examples

Go to example folder, start a http server and try example.html. The example load a simple RGB jpeg image and return a modified version with a sobel filter applied.

Build

If you make some changes/improves to the C++ code you need to rebuild the project. You need cmake for this. In a terminal run the build script: ./build.sh