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.