From 0130d808a9226ec315b039fd536d77806a3db1ff Mon Sep 17 00:00:00 2001 From: Abbas Elmas Date: Sun, 24 Nov 2024 13:53:06 +0300 Subject: [PATCH] Update xfeatures2d.hpp missing CV_WRAP String getDefaultName() const CV_OVERRIDE; at --- modules/xfeatures2d/include/opencv2/xfeatures2d.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp b/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp index 3793541c238..44f1af92452 100644 --- a/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp +++ b/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp @@ -1209,6 +1209,8 @@ class CV_EXPORTS_W TBMR : public AffineFeature2D CV_WRAP virtual float getScaleFactor() const = 0; CV_WRAP virtual void setNScales(int n_scales) = 0; CV_WRAP virtual int getNScales() const = 0; + + CV_WRAP String getDefaultName() const CV_OVERRIDE; }; /** @brief Estimates cornerness for prespecified KeyPoints using the FAST algorithm