Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
92e59c72
Commit
92e59c72
authored
Dec 14, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #897 from spacetrain:fast_line_detector
parents
a2582d43
4836a496
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ximgproc.hpp
modules/ximgproc/include/opencv2/ximgproc.hpp
+2
-0
fast_line_detector.hpp
.../ximgproc/include/opencv2/ximgproc/fast_line_detector.hpp
+2
-2
No files found.
modules/ximgproc/include/opencv2/ximgproc.hpp
View file @
92e59c72
...
...
@@ -64,6 +64,8 @@ i.e. algorithms which somehow takes into account pixel affinities in natural ima
@defgroup ximgproc_superpixel Superpixels
@defgroup ximgproc_segmentation Image segmentation
@defgroup ximgproc_fast_line_detector Fast line detector
@}
*/
...
...
modules/ximgproc/include/opencv2/ximgproc/fast_line_detector.hpp
View file @
92e59c72
...
...
@@ -12,7 +12,7 @@ namespace cv
namespace
ximgproc
{
//! @addtogroup ximgproc_f
eature
//! @addtogroup ximgproc_f
ast_line_detector
//! @{
/** @brief Class implementing the FLD (Fast Line Detector) algorithm described
...
...
@@ -75,7 +75,7 @@ CV_EXPORTS_W Ptr<FastLineDetector> createFastLineDetector(
double
_canny_th1
=
50.0
,
double
_canny_th2
=
50.0
,
int
_canny_aperture_size
=
3
,
bool
_do_merge
=
false
);
//! @} ximgproc_f
eature
//! @} ximgproc_f
ast_line_detector
}
}
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment