xuxiuxi
2017-05-02 c4a62d7bd683d94ae246bac811be47f93e38b5ef
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);