Commit 6b74e8acc783d36608437d652f0c8c67b98e3253
1 parent
fe4bceed
Fixed bug introduced by removing model var
Showing
2 changed files
with
2 additions
and
1 deletions
openbr/plugins/imgproc/slidingwindow.cpp
| ... | ... | @@ -138,7 +138,7 @@ class SlidingWindowTransform : public MetaTransform |
| 138 | 138 | u.file.set("Confidence", confidences[j]); |
| 139 | 139 | const QRectF rect = OpenCVUtils::fromRect(rects[j]); |
| 140 | 140 | u.file.appendRect(rect); |
| 141 | - u.file.set(model, rect); | |
| 141 | + u.file.set("Face", rect); | |
| 142 | 142 | dst.append(u); |
| 143 | 143 | } |
| 144 | 144 | } | ... | ... |
openbr/plugins/representation/square.cpp
0 → 100644
No preview for this file type