🐳📚🖼️ The latest OpenCV built as a static C++ library for WASM
10K+
This Docker Image allows for OpenCV C++ applications to be brought to the web by providing OpenCV as a static library compiled for WASM.
Simply use the Emscripten toolchain along with path for the static library when compiling your application.
docker build -t opencv-static-wasm .
docker run -v <host_path>:<container_path> -ti opencv-static-wasm:latest bash
docker pull bryankp/opencv-static-wasm:latest
docker run -v <host_path>:<container_path> -ti bryankp/opencv-static-wasm:latest bash
/emsdk_portable/emscripten/sdk/cmake/Modules/Platform/Emscripten.cmake
/src/opencv/static_wasm
Content type
Image
Digest
Size
929.9 MB
Last updated
over 6 years ago
docker pull bryankp/opencv-static-wasm