派生自 development/c++

xuxiuxi
2019-02-28 83c9f4234c5a027ccbe25d759dede12f55165fc4
QiaoJiaSystem/StructureApp/TrackingTrigger.h
@@ -30,6 +30,7 @@
                found = true;
                rect.id = lastRect.id;
                lastRect.properties["time"]=rect.properties["time"];
                lastRect.properties["imgKey"]=rect.properties["imgKey"];
                rect.properties = lastRect.properties;
                tempScoreRects.push_back(rect);
                break;