I'm developing an interactive OpenCV application which involves the following: 1. User stylus input, 2. Image processing in the background to detect shapes, 3. Interactive image overlay 4. Displaying updated images using imshow I want to port this to web. I see the following options:
(i) use nodejs with cpp call but this would only work on a local server unless I choose to create an addon (this seems much harder)
(ii) Use a C++ web framework and write from scratch. Wt, silicon are some options. Wt is heavy seems to be the general opinion.
(iii) ... something I haven't listed above and hopefully much easier?
Aucun commentaire:
Enregistrer un commentaire