From bcb82cc81cffcef1ef915b4149c07b3b07cce2f8 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 28 四月 2017 17:37:42 +0800 Subject: [PATCH] optimize --- FaceServer/STFaceCache.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FaceServer/STFaceCache.cpp b/FaceServer/STFaceCache.cpp index 405fd71..c603dca 100644 --- a/FaceServer/STFaceCache.cpp +++ b/FaceServer/STFaceCache.cpp @@ -106,7 +106,7 @@ cv_face_algorithm_info(); - cv_result_t cv_result = cv_face_create_detector(&cacheContext.handle_detect, nullptr, CV_DETECT_ENABLE_ALIGN_21); + cv_result_t cv_result = cv_face_create_detector(&cacheContext.handle_detect, nullptr, CV_DETECT_ENABLE_ALIGN_106);//CV_DETECT_ENABLE_ALIGN_21 if (cv_result != CV_OK) { LOGP(ERROR, "create detect handle failed, error code %d", cv_result); -- Gitblit v1.8.0