Sup Gents (and Gentetts)
I need to get OpenCV facial recognition working with PHP 5.2+ (preferably 5.3) on a Linux box (or windows 7 if all else fails)
I've spent the last 3 weeks on google trying to find a solution that works, compiling cv in linux is proving to be a problem, CV will install but wont load in PHP on windows, it wont compile or if so does not load in linux boxes, I've tried OpenCV on Windows, Linux, with PHP, with Python, with C++ and I get tame it.

Let me know if you have any experience getting it up and running I would idealy like it to sit on a php 5.3 linux ubuntu 9.10 karmic box

Anybody?

    9 months later

    Hi, i m trying to compile a opencv 2.1 based face detection php extension for PHP 5.3.1 . I had compiled a hello world like, php extension in windows using Visual Studio 2008. and i had successfull compiled too a opencv program that detect faces, in Visual Studio 2008 too.
    I have a problem when i try to merge the projects, and use opencv inside the php extension.
    the default php headers, are in conflict with the opencv header, something like that. I can't find a solution.

      Write a Reply...