1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/graphics/php-facedetect/pkg-descr

7 lines
337 B
Plaintext
Raw Normal View History

This extension provides a PHP implementation of the OpenCV library.
The extension offers two new functions. In principle, they differ only by
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/