Skip to content

Commit af09cb2

Browse files
authored
Merge pull request opencv#9347 from kschwan:fix-docs
Fix doxygen comment in BFMatcher
2 parents 5adc0bf + 7f9fe6f commit af09cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/features2d/include/opencv2/features2d.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ class CV_EXPORTS_W BFMatcher : public DescriptorMatcher
10581058

10591059
virtual bool isMaskSupported() const { return true; }
10601060

1061-
/* @brief Brute-force matcher create method.
1061+
/** @brief Brute-force matcher create method.
10621062
@param normType One of NORM_L1, NORM_L2, NORM_HAMMING, NORM_HAMMING2. L1 and L2 norms are
10631063
preferable choices for SIFT and SURF descriptors, NORM_HAMMING should be used with ORB, BRISK and
10641064
BRIEF, NORM_HAMMING2 should be used with ORB when WTA_K==3 or 4 (see ORB::ORB constructor

0 commit comments

Comments
 (0)