Commit 3b130108d42a0fa84984afbf339b7a8d21a70564
1 parent
78610177
Change to metatransform to support templatelist project
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/metadata/verifydetection.cpp
| ... | ... | @@ -28,7 +28,7 @@ namespace br |
| 28 | 28 | * \br_property int index Index of the landmark to be used. |
| 29 | 29 | * \author Josh Klontz \cite jklontz |
| 30 | 30 | */ |
| 31 | -class VerifyDetectionTransform : public UntrainableTransform | |
| 31 | +class VerifyDetectionTransform : public UntrainableMetaTransform | |
| 32 | 32 | { |
| 33 | 33 | Q_OBJECT |
| 34 | 34 | Q_PROPERTY(int index READ get_index WRITE set_index RESET reset_index STORED false) | ... | ... |