diff --git a/openbr/plugins/keypoint.cpp b/openbr/plugins/keypoint.cpp index c202fde..9e936cb 100644 --- a/openbr/plugins/keypoint.cpp +++ b/openbr/plugins/keypoint.cpp @@ -181,7 +181,7 @@ BR_REGISTER(Transform, SIFTDescriptorTransform) * \brief Add landmarks to the template in a grid layout * \author Josh Klontz \cite jklontz */ -class GridTransform : public UntrainableMetaTransform +class GridTransform : public UntrainableTransform { Q_OBJECT Q_PROPERTY(int rows READ get_rows WRITE set_rows RESET reset_rows STORED false)