I’m very new to javascript and extension development, and I wanted to know if I was possible to use OpenCV in an extension? I’ve seen that opencv works in some capacity with javascript, so I thought that maybe it was possible. I haven’t been able to find anything about it though
C and C++ libraries that are compiled to WebAssembly (AKA wasm) can be called from JavaScript. I see some results for searches of OpenCV wasm out on the web, but don’t know which ones would be good choices to consider.
If you include any compiled code in your extension, you also need to supply the source files, and this will increase the time for review. I’m not the best person to discuss that aspect.