RtspFace/demo/faceAPI.h
@@ -5,10 +5,7 @@ #include <cv_face.h> #include "time_helper.h" //静态人脸识别 static cv_handle_t handle_detect = NULL; //人脸验证 static cv_handle_t handle_verify1 = NULL; class faceAPI { @@ -26,8 +23,7 @@ //调用搜索 int p_img_search(cv_feature_t *p_feature); //提取特征值 cv_feature_t *extract_feature(cv::Mat image_color); //转换函数 int get_char(cv_feature_t *p_feature,char* feature_str);