Opencv for web application

asked 2018-04-19 02:56:26 -0600

cjacquel gravatar image

Hello,

How to use OpenCV in a web application ?

Thank you, Christophe

edit retag flag offensive close merge delete

Comments

what exactly are you trying to do ? what are your constraints ?

without any details, we cannot help.

berak gravatar imageberak ( 2018-04-19 02:58:22 -0600 )edit

Best guess, based on the very low amount of information, OpenCV Javascript Bindings could be exactly what you need!

StevenPuttemans gravatar imageStevenPuttemans ( 2018-04-19 03:21:08 -0600 )edit
1

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.

kbarni gravatar imagekbarni ( 2018-04-19 09:45:47 -0600 )edit