I was able to integrate all that is required in the server side application together in one big programme. It detects all the necessary part and objects and is able to retreive the relevant pictures from the different folders and save them into different folders too. The basic input of the programme is purely the username of the user, and all will be done by my programme.
I am still trying to get a better plot for our data point plotting as it is not generic enough (hope I could get it done asap).
Another problem was that we were unable to execute the programme through the PHP command exec(). Hope someone can help!
Subscribe to:
Post Comments (Atom)
hey the exec() works ! it is the exe that we are using is causing the problem. I tested to execute some other program it works fine.
ReplyDeleteJust realize that we need to include all the opencv dll (cv100.dll, cvaux100.dll etc) in the same directory as our exe. It works fine now =)
ReplyDelete