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
8f9ac94b
Commit
8f9ac94b
authored
Nov 04, 2015
by
Maximilien Cuony
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Graphsegmentation: fix typo in comment and blank line at EOF
parent
e18fd2de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
segmentation.hpp
modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp
+1
-1
graphsegmentation.cpp
modules/ximgproc/src/graphsegmentation.cpp
+0
-1
No files found.
modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp
View file @
8f9ac94b
...
...
@@ -62,7 +62,7 @@ namespace cv {
};
/** @brief Creates a graph based segmentor
@param si
mg
a The sigma parameter, used to smooth image
@param si
gm
a The sigma parameter, used to smooth image
@param k The k parameter of the algorythm
@param min_size The minimum size of segments
*/
...
...
modules/ximgproc/src/graphsegmentation.cpp
View file @
8f9ac94b
...
...
@@ -329,4 +329,3 @@ namespace cv {
}
}
}
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