Skip to content

Commit 7f9fe6f

Browse files
committed
Fix doxy comment for BFMatcher::create()
A missing asterisk caused doxygen to not generate documentation for the BFMatcher::create() method.
1 parent ef2b730 commit 7f9fe6f

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
@@ -1032,7 +1032,7 @@ class CV_EXPORTS_W BFMatcher : public DescriptorMatcher
10321032

10331033
virtual bool isMaskSupported() const { return true; }
10341034

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

0 commit comments

Comments
 (0)