Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[emscripten] OpenCV undefined symbols (cvarrToMat and others) #8229

Open
dimitre opened this issue Dec 10, 2024 · 0 comments
Open

[emscripten] OpenCV undefined symbols (cvarrToMat and others) #8229

dimitre opened this issue Dec 10, 2024 · 0 comments

Comments

@dimitre
Copy link
Member

dimitre commented Dec 10, 2024

wasm-ld: error: ../../../addons/obj/emscripten/Debug/ofxOpenCv/src/ofxCvFloatImage.o: undefined symbol: cv::cvarrToMat(void const*, bool, bool, int, cv::AutoBuffer<double, 136ul>*)

from what I've researched the C API is now deprecated in c++ so the right thing to do will be adopting cv::Mat internally instead of IplImage internally in ofxCvImage (cvImage / cvImageTemp)
and adapt some parts of ofxCvHaarFinder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant