I have to use OpenCV in a web application. I know the Python and the C++ library but I need to use it with Express.js now. For this I need object detection, feature detection, preferably SIFT and eventually basic stuff from the machine learning module.
I looked into opencvjs project: https://github.com/ucisysarch/opencvjs, but I have some concerns with it. Has anyone experience with this one? As far as I understood I need to setup emscripten sdk which compiles the OpenCV library to javascript? I already tried another implementation in JS initially but it was running pretty slowly. Also it seems, as it does not provide extra modules for SURF or SIFT.