From da5f42c998aaad43386ebcad7ae07566f33b7d0b Mon Sep 17 00:00:00 2001 From: pans <pans@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 28 十二月 2016 12:22:28 +0800 Subject: [PATCH] --- RtspFace/demo/faceAPI.h | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/RtspFace/demo/faceAPI.h b/RtspFace/demo/faceAPI.h index fe7a5b4..1c98f88 100644 --- a/RtspFace/demo/faceAPI.h +++ b/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); -- Gitblit v1.8.0