2010-03-26 15:06:05 +01:00
|
|
|
This extension provides a PHP implementation of the OpenCV library.
|
2010-08-05 12:32:04 +02:00
|
|
|
The extension offers two new functions. In principle, they differ only by
|
2010-03-26 15:06:05 +01:00
|
|
|
their return value. The first returns only the number of faces found on the
|
|
|
|
given image and the other an associative array of their coordinates.
|
|
|
|
|
|
|
|
WWW: http://www.xarg.org/project/php-facedetect/
|