Installing OpenCV as php extension under Windows
opencv, php, windows
Solution
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.
Problem
Could please anyone recommend me a guide/tutorial on how to install OpenCV as php extension under Windows ?