aboutsummaryrefslogtreecommitdiff
path: root/graphics/php-facedetect/pkg-descr
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-03-26 14:06:05 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-03-26 14:06:05 +0000
commitcad5b87dbc2adb65591e27c9ff6d80215962dc51 (patch)
tree11787c057cbad7cc19f92930685057c3616ca963 /graphics/php-facedetect/pkg-descr
parent3141ced01bd44d88fb6fa9cf9534cb1c8576cee8 (diff)
downloadports-cad5b87dbc2adb65591e27c9ff6d80215962dc51.tar.gz
ports-cad5b87dbc2adb65591e27c9ff6d80215962dc51.zip
Notes
Diffstat (limited to 'graphics/php-facedetect/pkg-descr')
-rw-r--r--graphics/php-facedetect/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/php-facedetect/pkg-descr b/graphics/php-facedetect/pkg-descr
new file mode 100644
index 000000000000..c7585538b2c2
--- /dev/null
+++ b/graphics/php-facedetect/pkg-descr
@@ -0,0 +1,6 @@
+This extension provides a PHP implementation of the OpenCV library.
+The extension offers two new functions. In princible, 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/