Hi Kavita, On Tue, 6 Aug 2019 18:29:59 -0700 (PDT) Kavita Krishnaswamy <[email protected]> wrote:
> How can I build any given Python library to JavaScript/WASM with Emscripten? > > How can I build DLIB or any other C++ library to JavaScript/WASM with > Emscripten? > > Specifically, please see http://dlib.net/compile.html. > > OpenCV and DLIB should work together and I'd like them to be in > JavaScript/WASM so that I can integrate them in the browser. I'd really > appreciate your guidance. > Please see: * https://github.com/emscripten-core/emscripten/wiki/Porting-Examples-and-Demos * https://emscripten.org/ - the documentation. It may require some trial and error. If you still need help you can hire a consultant. I am available at https://www.shlomifish.org/me/contact-me/ and am experienced with emscripten, but there are others. > I want to import DLIB modules to OpenCV to use within the browser. I have > successfully already built the openCV.js. > > > In particular, can you please help me convert the following code to JS > > https://github.com/spmallick/dlib/blob/master/examples/webcam_head_pose.cpp > ? > > Thank you in advance > > -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ List of Portability Libraries - http://shlom.in/port-libs By the time it takes Windows Update to download a 22 MB update without installing it, Mageia Linux’s urpmi was already able to download and install a game whose package is 900 MB (and there was still a lot of time to spare). — http://www.shlomifish.org/humour/bits/facts/Windows-Update/ Please reply to list if it's a mailing list post - http://shlom.in/reply . -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/20190807131251.4d7488bf%40telaviv1.shlomifish.org.
