Ask Your Question

Revision history [back]

While there is no PHP OpenCV support, you can do a trick if you have a unix machine. Simply start the C version of face detection, modify it to save the data. Run the binary from your php web application. This will only work with static images. If you need more, go with Java. (Python could also be an option, it is supported by OpenCV.)