Could please anyone recommend me a guide/tutorial on how to install OpenCV as php extension under Windows ?
Asked
Active
Viewed 6,710 times
2 Answers
4
My approach is compiling an executable from C code that uses OpenCV library then you can execute your program with Exec() function.
If you are looking for a pure Php solution, check this.

Can Guney Aksakalli
- 1,320
- 1
- 11
- 24
1
http://www.xarg.org/project/php-facedetect/ is a very good tutorial if you know a little about PHP & Apache Web Server.
Regards, Matt

Matt Clements
- 31
- 2
-
In that website there was instructions to install it in Linux or Unix operating system. But how can I install it in my Windows operating system? – chanchal1987 Jul 20 '10 at 15:05
-
-
1I found the compiled dll here http://code.google.com/p/pecl-win/downloads/list let me know if it works for you – Utkarsh Panwar Jan 05 '12 at 18:20