Skip to content

Commit 4836a49

Browse files
committed
Add a group ximgproc_fast_line_detector
1 parent a7dada1 commit 4836a49

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/ximgproc/include/opencv2/ximgproc.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ i.e. algorithms which somehow takes into account pixel affinities in natural ima
6464
@defgroup ximgproc_superpixel Superpixels
6565
6666
@defgroup ximgproc_segmentation Image segmentation
67+
68+
@defgroup ximgproc_fast_line_detector Fast line detector
6769
@}
6870
*/
6971

modules/ximgproc/include/opencv2/ximgproc/fast_line_detector.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace cv
1212
namespace ximgproc
1313
{
1414

15-
//! @addtogroup ximgproc_feature
15+
//! @addtogroup ximgproc_fast_line_detector
1616
//! @{
1717

1818
/** @brief Class implementing the FLD (Fast Line Detector) algorithm described
@@ -75,7 +75,7 @@ CV_EXPORTS_W Ptr<FastLineDetector> createFastLineDetector(
7575
double _canny_th1 = 50.0, double _canny_th2 = 50.0, int _canny_aperture_size = 3,
7676
bool _do_merge = false);
7777

78-
//! @} ximgproc_feature
78+
//! @} ximgproc_fast_line_detector
7979
}
8080
}
8181
#endif

0 commit comments

Comments
 (0)