Commit 6b74e8acc783d36608437d652f0c8c67b98e3253

Authored by Jordan Cheney
1 parent fe4bceed

Fixed bug introduced by removing model var

openbr/plugins/imgproc/slidingwindow.cpp
@@ -138,7 +138,7 @@ class SlidingWindowTransform : public MetaTransform @@ -138,7 +138,7 @@ class SlidingWindowTransform : public MetaTransform
138 u.file.set("Confidence", confidences[j]); 138 u.file.set("Confidence", confidences[j]);
139 const QRectF rect = OpenCVUtils::fromRect(rects[j]); 139 const QRectF rect = OpenCVUtils::fromRect(rects[j]);
140 u.file.appendRect(rect); 140 u.file.appendRect(rect);
141 - u.file.set(model, rect); 141 + u.file.set("Face", rect);
142 dst.append(u); 142 dst.append(u);
143 } 143 }
144 } 144 }
openbr/plugins/representation/square.cpp 0 → 100644
No preview for this file type