b. _`OpenCV`
- The opencv module provides the ability to detect human faces in images.
- If you would like to be able to have Ansel automatically detect faces in
- your images, you will need to install the opencv module. You will still be
- able to manually select faces from your images if you do not have opencv
- installed.
+ The php-facedetect module provides the ability to detect human faces in
+ images. If you would like to be able to have Ansel automatically detect
+ faces in your images, you will need to install both the opencv library as
+ well as the phpfacedetect extension. You will still be able to manually
+ select faces from your images if you do not have this extension installed.
.. _ `OpenCV library`: http://sourceforge.net/projects/opencvlibrary/
- .. _ `PHP module`: http://d.hatena.ne.jp/moriyoshi/20070924/1190595577
-
-
- Alternatively, you may use the php-facedetect module instead of the
- php-opencv module. You will still need to install the OpenCV library.
-
.. _ `PHP Module`: http://www.xarg.org/project/php-facedetect/
+ NOTE: The php-facedetect extension **requires** the use of opencv library
+ version 1.x. Version 2 will NOT work at this time.
+
c. _`libpuzzle`
The libpuzzle module provides the ability to determine similarities
'facedetect' => array(
'descrip' => 'Facedetect Face Detection Library',
'required' => false,
- 'error' => 'Ansel can make use of the Facedetect PHP extension for automatically detecting human faces in images. You need either OpenCV (above) or Facedetect to detect human faces.'
+ 'error' => 'Ansel can make use of the Facedetect PHP extension for automatically detecting human faces in images.'
),
'gd' => array(
'descrip' => 'GD Support',
'required' => false,
'error' => 'Ansel can make use of the libpuzzle PHP extension for finding similar images based on image content.'
),
- 'opencv' => array(
- 'descrip' => 'OpenCV Library',
- 'required' => false,
- 'error' => 'Ansel can make use of the OpenCV PHP extension for automatically detecting human faces in images. You need either this library or the one immediately below to detect human faces.'
- ),
'zip' => array(
'descrip' => 'Zip Support',
'required' => false,