Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 505 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 505 Bytes

Image processing with OpenCV.js

Demo page using OpenCV.js for image processing. The page simply takes in an input image at the top and runs them through a set of image processing steps.

Currently configured to use WebAssembly - the page needs to be served via http to run. I used Emscripten to compile the WebAssembly seperately and used emrun index.html serve the pages locally.