From 446feb0dc739b09fce83ff7938e5fc6bfcf3e9f1 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期四, 11 四月 2019 13:50:08 +0800 Subject: [PATCH] 创建底库表少字段 --- QiaoJiaSystem/StructureApp/FaceRpcElement.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/FaceRpcElement.cpp b/QiaoJiaSystem/StructureApp/FaceRpcElement.cpp index 8ff149f..1a819d4 100644 --- a/QiaoJiaSystem/StructureApp/FaceRpcElement.cpp +++ b/QiaoJiaSystem/StructureApp/FaceRpcElement.cpp @@ -82,7 +82,7 @@ } void FaceRpcElement::threadFunc() { - INFO("MYH Run Here"); +// INFO("MYH Run Here"); // ClockTimer ct("FaceRpcElement::threadFunc"); // { // @@ -135,7 +135,7 @@ CvUtil::zoomRectEqual(scoredRect.rect, 1.5, 1.5) & cv::Rect(0, 0, image.cols, image.rows)).clone()); triggerScoredRects.push_back(trackingTrigger->getLastRect()); } else { - INFO("No Face Find: " << getProperty("imgKey")); + INFO("Face " << getProperty("imgKey") << " quality is too low: " << scoredRect.score); // DBG("trackingTrigger->triggerOnce(scoredRect) is false "); } } -- Gitblit v1.8.0