First time here? Check out the FAQ!

Ask Your Question
0

OpenCV Web Application

asked Feb 26 '16

etrust gravatar image

Hi,

I have created a program using Visual Studio 2012 pro, C++ and OpenCV 2.4.x. I am searching a Book, Tutorial or Details how I can run my app on a web server where Users can upload an image, the app make calculations and return some values.

I have found only one book that explains how to do it in Java. But I want to do it from c++.

I thank you for any tipps.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Feb 26 '16

thierrypin gravatar image

You have to make an intelligent web page, which has nothing to do with OpenCV. There are plenty of options, including java, as you said yourself.

The language in which it is written has nothing to do with your OpenCV code. You simply call your c++ compiled program from the webserver, passing the uploaded image as parameter.

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Feb 26 '16

Seen: 718 times

Last updated: Feb 26 '16