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