派生自 development/c++

miyanhui
2019-02-18 8979b4ff45a551262f6ed6c81239e21de86b110e
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;