Commit 7b411cc3c0c88de39e756703ffc877f5b220e2c6
1 parent
7195a8fa
Fix pp5 support for handling multiple detections
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/pp5.cpp
| ... | ... | @@ -213,7 +213,7 @@ struct PP5Context |
| 213 | 213 | * \author Josh Klontz \cite jklontz |
| 214 | 214 | * \author E. Taborsky \cite mmtaborsky |
| 215 | 215 | */ |
| 216 | -class PP5EnrollTransform : public UntrainableTransform | |
| 216 | +class PP5EnrollTransform : public UntrainableMetaTransform | |
| 217 | 217 | { |
| 218 | 218 | Q_OBJECT |
| 219 | 219 | Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly RESET reset_detectOnly STORED false) | ... | ... |