Ask Your Question
0

OpenCV Web Application

asked 2016-02-26 07:21:15 -0600

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-02-26 07:45:55 -0600

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-26 07:21:15 -0600

Seen: 674 times

Last updated: Feb 26 '16