Skip to content

Commit d0c20ae

Browse files
committed
debug
1 parent 6ddf5cd commit d0c20ae

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

source/opencv2/opencv_face.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@
1313
| Author: HaiHao Zhou <hihozhou@gmail.com> |
1414
+----------------------------------------------------------------------+
1515
*/
16-
16+
#include "../../php_opencv.h"
1717
#include "opencv_face.h"
1818

1919
zend_class_entry *opencv_face_recognizer_ce;
2020

2121
#ifdef HAVE_OPENCV_FACE
2222

23+
#include <opencv2/face.hpp>
24+
using namespace face;
25+
2326
#include "face/opencv_facerec.h"
2427

2528

source/opencv2/opencv_face.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
#ifndef PHP_OPENCV_FACE_H
1919
#define PHP_OPENCV_FACE_H
2020

21-
#include "../../php_opencv.h"
22-
#include <opencv2/face.hpp>
23-
using namespace face;
24-
25-
2621

2722
extern void opencv_face_init(int module_number);
2823

0 commit comments

Comments
 (0)