feat: add face_landmark_detection

This commit is contained in:
goodspb
2018-05-24 00:56:50 +08:00
parent 3e53e4796b
commit b8f1837335
4 changed files with 81 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ if test "$PHP_PDLIB" != "no"; then
PHP_SUBST(PDLIB_SHARED_LIBADD)
pdlib_src_files="pdlib.cc \
src/face_detection.cc"
src/face_detection.cc \
src/face_landmark_detection.cc"
AC_MSG_CHECKING(for pkg-config)
if test ! -f "$PKG_CONFIG"; then