派生自 development/c++

miyanhui
2019-02-15 ae5899dc884d8d7e1427e45c35e865d7ca51c34b
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;