houxiao
2017-04-28 1b4d2718a4864190a47d8b7863f36a9ae0b8055c
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);