diff --git a/openbr/core/bee.cpp b/openbr/core/bee.cpp index f137dd3..6fed0f7 100644 --- a/openbr/core/bee.cpp +++ b/openbr/core/bee.cpp @@ -75,6 +75,21 @@ FileList BEE::readSigset(const File &sigset, bool ignoreMetadata) else if (!ignoreMetadata) file.set(key, value); } + // add bounding boxes, if they exist (will be child elements of ) + if (fileNode.hasChildNodes()) { + QList rects; + QDomNodeList bboxes = fileNode.childNodes(); + for (int i=0; i