pansen
2019-01-26 43a25cfe285b11f88a4678cd94b929866b6fedc5
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;