From 43a25cfe285b11f88a4678cd94b929866b6fedc5 Mon Sep 17 00:00:00 2001 From: pansen <pansen626@sina.com> Date: 星期六, 26 一月 2019 14:08:02 +0800 Subject: [PATCH] # Type(<scope>): <subject> --- 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