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
Dmitry Marakasov 54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00

7 lines
337 B
Plaintext

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/