From 17b4db15ed0543099193ec337d064abde39e922e Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期四, 24 一月 2019 13:49:30 +0800 Subject: [PATCH] test --- QiaoJiaSystem/StructureApp/TrackingTrigger.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/TrackingTrigger.h b/QiaoJiaSystem/StructureApp/TrackingTrigger.h index 2e86b19..a9aa7a8 100644 --- a/QiaoJiaSystem/StructureApp/TrackingTrigger.h +++ b/QiaoJiaSystem/StructureApp/TrackingTrigger.h @@ -28,6 +28,7 @@ if (lastRect.id >= 0 && (rect.rect & lastRect.rect).area() > lastRect.rect.area() * 0.4) { found = true; rect.id = lastRect.id; + lastRect.properties["time"]=rect.properties["time"]; rect.properties = lastRect.properties; tempScoreRects.push_back(rect); break; -- Gitblit v1.8.0