1.1.3 • Published 5 years ago

@lemraus/opencv_wasm v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

OpenCV.js WASM binaries

In this repo you can find my own build of OpenCV.js built with Emscripten and the build_js.py script from the OpenCV source files.

Current version

The previously mentioned binaries are built from OpenCV 3.4.5 source files. The repository will be updated later to keep up with the newer releases of OpenCV 3.

Compiling options

Here are the compiling options I used to build the binaries:

  • USE_PTHREADS=0
  • ASSERTIONS=1
  • DISABLE_EXCEPTION_CATCHING=0
  • WASM=1 (corresponds to the flag --build_wasm when calling the build_js.py script)
1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago