Does anyone have a guild on how i can build Opencv.js to include aruco and calib3d when i try using cmake and emscripten im getting a dependency issue for ittnotify that i cant seem to get around.
Any help is greatly appreciated
Does anyone have a guild on how i can build Opencv.js to include aruco and calib3d when i try using cmake and emscripten im getting a dependency issue for ittnotify that i cant seem to get around.
Any help is greatly appreciated
ive also tried a docker build i saw on anther post see below but this didnt seem to add the aruco modules (if i console.log(cv.aruco) i get undefined)
git clone GitHub - opencv/opencv: Open Source Computer Vision Library
git clone GitHub - opencv/opencv_contrib: Repository for OpenCV's extra modules
docker run --rm --workdir /src -v $(pwd):/src emscripten/emsdk emcmake python3 opencv/platforms/js/build_js.py build_js --cmake_option=“-DOPENCV_EXTRA_MODULES_PATH=…/opencv_contrib/modules”