Ask Your Question
1

Opencv with PHP(wamp server, windows 32 bit )

asked 2013-04-05 15:09:47 -0600

Nermeen gravatar image

hi guys,,,
I'm doing PHP application which is image processing application and i wish if anyone can answer my question which is "Can i install OPENCV for PHP, if yes how can i do that? ",,, sorry if my question look stupid but I'm new in opencv and in libraries in general.

Thanks all

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-04-05 15:35:14 -0600

updated 2013-04-05 15:36:57 -0600

I suggest you to read through the following stackoverflow topic, which lists suggestions in using C++ functionality inside PHP:

http://stackoverflow.com/questions/705443/how-to-mix-up-c-and-php

This link even suggests PHP-OpenCV examples

http://stackoverflow.com/questions/5002895/is-there-anyway-to-integrate-opencv-with-php

Google is always your friend :)

edit flag offensive delete link more

Comments

thanks for your appreciation but as i concluded that i have to use opencv (C++) offline and then send results to php... is that right?

Nermeen gravatar imageNermeen ( 2013-04-06 12:43:15 -0600 )edit

actually what is happening is you for example upload a picture to a webserver online. On that machine you have local C++ executables. You pass the image that you store temporaly on local drive and then you process the image. The result can be returned as a download.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-06 13:11:30 -0600 )edit

that's what i was asking about Thank you very much :)

Nermeen gravatar imageNermeen ( 2013-04-06 15:48:01 -0600 )edit

Ok you are welcome. Please accept answer so that people know that problem is solved.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-06 16:00:12 -0600 )edit

Question Tools

Stats

Asked: 2013-04-05 15:09:47 -0600

Seen: 11,710 times

Last updated: Apr 05 '13

Related questions