diff --git a/openbr/plugins/keypoint.cpp b/openbr/plugins/keypoint.cpp index 5228ae1..a14468c 100644 --- a/openbr/plugins/keypoint.cpp +++ b/openbr/plugins/keypoint.cpp @@ -109,7 +109,7 @@ BR_REGISTER(Transform, KeyPointDescriptorTransform) * \brief Wraps OpenCV Key Point Matcher * \author Josh Klontz \cite jklontz */ -class KeyPointMatcherTransform : public Distance +class KeyPointMatcherDistance : public Distance { Q_OBJECT Q_PROPERTY(QString matcher READ get_matcher WRITE set_matcher RESET reset_matcher STORED false) @@ -148,7 +148,7 @@ class KeyPointMatcherTransform : public Distance } }; -BR_REGISTER(Distance, KeyPointMatcherTransform) +BR_REGISTER(Distance, KeyPointMatcherDistance) /*! * \ingroup transforms