Regarding hosting a website which uses OpenCV library

asked 2014-09-08 12:13:54 -0600

Hi,

Can anyone please guide me how I will be able to host my website on GoDaddy hostings. In my local environment, I will be able to access it with Environmental Variables and etc. How will i host it?

edit retag flag offensive close merge delete

Comments

2

that probably depends on what language you're using, how easy or difficult they're making it to host actual code, so try to be a more specific on this. what are you trying to do ? in which way are you using opencv ?

berak gravatar imageberak ( 2014-09-08 12:28:32 -0600 )edit

Hello Break, Thank you for the response. I am developing a PHP Web application which contains Image processing. As on my machine, I will install opencv and will use it with my php code (Still have no idea how!? But Hosting issue first). Now at the time of hosting that website on Third party server, will I be able to use OpenCV library just like I did in my local Environment? If Yes, How? If No, Is there any alternative?

patel10 gravatar imagepatel10 ( 2014-09-09 12:08:45 -0600 )edit

whereever you will try that, you will have to install or build opencv libaries locally on that server first. make sure, you are allowed to do that (this is usually not the case with cheap rented webspace)

berak gravatar imageberak ( 2014-09-09 12:13:08 -0600 )edit

Ohk thanks buddy.. I talked to Godady people and they said it is possible with VPS. I still do have other doubt. Please tell me how to use OpenCV..! I have seen many tutorials about it but really can't figure out. Is it this much complicated or I am over reacting!. I want to use it with PHP. I would be more thankful to you if you can help me with that.

patel10 gravatar imagepatel10 ( 2014-09-09 12:57:47 -0600 )edit

sad news for you, there is no official php support. some outdated 3rd party efforts, that cover like a dozen functions. (and i got not much of an idea) . python is much better supported here

berak gravatar imageberak ( 2014-09-09 13:30:32 -0600 )edit