Skip to content

Commit

Permalink
Update xfeatures2d.hpp
Browse files Browse the repository at this point in the history
missing CV_WRAP String getDefaultName() const CV_OVERRIDE; at
  • Loading branch information
abbaselmas authored Nov 24, 2024
1 parent 8f69a81 commit 0130d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/xfeatures2d/include/opencv2/xfeatures2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0130d80

Please sign in to comment.