Esse commit está contido em:
hihozhou
2017-09-20 20:57:26 +08:00
commit d0c20ae89f
2 arquivos alterados com 4 adições e 6 exclusões
+4 -1
Ver Arquivo
@@ -13,13 +13,16 @@
| Author: HaiHao Zhou <hihozhou@gmail.com> |
+----------------------------------------------------------------------+
*/
#include "../../php_opencv.h"
#include "opencv_face.h"
zend_class_entry *opencv_face_recognizer_ce;
#ifdef HAVE_OPENCV_FACE
#include <opencv2/face.hpp>
using namespace face;
#include "face/opencv_facerec.h"
-5
Ver Arquivo
@@ -18,11 +18,6 @@
#ifndef PHP_OPENCV_FACE_H
#define PHP_OPENCV_FACE_H
#include "../../php_opencv.h"
#include <opencv2/face.hpp>
using namespace face;
extern void opencv_face_init(int module_number);