opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

When compiling into wasm, [function: undistortPoints] was not successfully included

Open rrrrrasie opened this issue 2 years ago • 0 comments

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?

rrrrrasie avatar Jul 16 '23 18:07 rrrrrasie