opencv_contrib
opencv_contrib copied to clipboard
When compiling into wasm, [function: undistortPoints] was not successfully included
I used this command to compile opencvjs
docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk:2.0.10 emcmake python3 ./platforms/js/build_js.py build_js --cmake_option="-DOPENCV_EXTRA_MODULES_PATH=/src/opencv_contrib/modules"
and the console prompts that the compilation was successful, but when I included this js in the webapp, I found that there is no such function, only find the function [undistort]. Is the command running incorrectly?