From 4e956a47956dc40a34b11456753708ffd933e62f Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Tue, 2 Apr 2013 20:55:48 -0400 Subject: [PATCH] Fix KeyPointMatcher --- openbr/plugins/keypoint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- libgit2 0.21.4