We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddf5cd commit d0c20aeCopy full SHA for d0c20ae
source/opencv2/opencv_face.cc
@@ -13,13 +13,16 @@
13
| Author: HaiHao Zhou <hihozhou@gmail.com> |
14
+----------------------------------------------------------------------+
15
*/
16
-
+#include "../../php_opencv.h"
17
#include "opencv_face.h"
18
19
zend_class_entry *opencv_face_recognizer_ce;
20
21
#ifdef HAVE_OPENCV_FACE
22
23
+#include <opencv2/face.hpp>
24
+using namespace face;
25
+
26
#include "face/opencv_facerec.h"
27
28
source/opencv2/opencv_face.h
@@ -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);
0 commit comments