Opencv for web application
Hello,
How to use OpenCV in a web application ?
Thank you, Christophe
Hello,
How to use OpenCV in a web application ?
Thank you, Christophe
Asked: 2018-04-19 02:56:26 -0600
Seen: 103 times
Last updated: Apr 19 '18
Application Error (0xc0150002) in first project [closed]
OpenCV unable to load library for a dynamic web project
how to using OpenCv API get web video stream!
is there a method to get a picture from web ?
How to stream live video on html page (web server)
opencv used in web programming
how do I re-project points in a camera - projector system (after calibration)
what exactly are you trying to do ? what are your constraints ?
without any details, we cannot help.
Best guess, based on the very low amount of information, OpenCV Javascript Bindings could be exactly what you need!
If it's a client-server application, you can also use Python+OpenCV on server side. In this case, the processing will be done on the server.
With the OpenCV JavaScript bindings, the processing is done on client side.