From 7b411cc3c0c88de39e756703ffc877f5b220e2c6 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Tue, 25 Jun 2013 14:41:33 -0400 Subject: [PATCH] Fix pp5 support for handling multiple detections --- openbr/plugins/pp5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/pp5.cpp b/openbr/plugins/pp5.cpp index d6fd9e4..e79ee92 100644 --- a/openbr/plugins/pp5.cpp +++ b/openbr/plugins/pp5.cpp @@ -213,7 +213,7 @@ struct PP5Context * \author Josh Klontz \cite jklontz * \author E. Taborsky \cite mmtaborsky */ -class PP5EnrollTransform : public UntrainableTransform +class PP5EnrollTransform : public UntrainableMetaTransform { Q_OBJECT Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly RESET reset_detectOnly STORED false) -- libgit2 0.21.4