I want to know , how I can use OpenCV library in web apps.I am creating a web app which needs to do some image processing.I am thinking of using OpenCV for image processing,but when googling I only get , how to install OpenCV on windows/linux etc.I want to use it on a web server so the end user doesn’t have to do any setup to use the websites.
I am using java to create my web app and to deploy it on google app engine.I can use alternatives to google app engine,in case using OpenCV is not available on it.
Please tell me how to use OpenCV in java web apps.Link to some resource will be very useful.
Thanks.
The processing will be server side, you just send the results to the client, you basically just need an interface to OpenCV, something like javacv