Commit 3b130108d42a0fa84984afbf339b7a8d21a70564

Authored by bklare
1 parent 78610177

Change to metatransform to support templatelist project

openbr/plugins/metadata/verifydetection.cpp
@@ -28,7 +28,7 @@ namespace br @@ -28,7 +28,7 @@ namespace br
28 * \br_property int index Index of the landmark to be used. 28 * \br_property int index Index of the landmark to be used.
29 * \author Josh Klontz \cite jklontz 29 * \author Josh Klontz \cite jklontz
30 */ 30 */
31 -class VerifyDetectionTransform : public UntrainableTransform 31 +class VerifyDetectionTransform : public UntrainableMetaTransform
32 { 32 {
33 Q_OBJECT 33 Q_OBJECT
34 Q_PROPERTY(int index READ get_index WRITE set_index RESET reset_index STORED false) 34 Q_PROPERTY(int index READ get_index WRITE set_index RESET reset_index STORED false)