I'm trying to get access a local web server via web browser and give it an image, then the web server gives a processed image back.
I'm using ubuntu 14.04 using opencv 3.0.0, apache2 and php5.
This is the best example I could find thus far for what I am attempting to accomplish.
http://opencv-code.com/projects/web-based-interface-for-face-detection-with-opencv/
However, it simply hangs at a half loaded bar and never finishes the task. I re-read the instructions and found I had followed them to the letter and I still could not get it to work. Is this because I am using Ubuntu and not windows?
I'm open to using other methods for developing the front end to interface with the back end (opencv executables). However, I am very new to web development and I'm uncertain where to start (I've only made desktop applications up to this point).
If there is an easier way to do this please let me know.