派生自 development/c++

pansen
2019-03-05 ed223aee5fe5f3b222488549597976f34c679c3d
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;