Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
be8ca7ad
Commit
be8ca7ad
authored
Dec 07, 2015
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5751 from mikanbako:fix-document
parents
b5d6d701
1621043b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+2
-2
No files found.
modules/imgproc/include/opencv2/imgproc.hpp
View file @
be8ca7ad
...
@@ -3393,7 +3393,7 @@ represents the background label. ltype specifies the output label image type, an
...
@@ -3393,7 +3393,7 @@ represents the background label. ltype specifies the output label image type, an
consideration based on the total number of labels or alternatively the total number of pixels in
consideration based on the total number of labels or alternatively the total number of pixels in
the source image.
the source image.
@param image the image to be labeled
@param image the
8-bit single-channel
image to be labeled
@param labels destination labeled image
@param labels destination labeled image
@param connectivity 8 or 4 for 8-way or 4-way connectivity respectively
@param connectivity 8 or 4 for 8-way or 4-way connectivity respectively
@param ltype output image label type. Currently CV_32S and CV_16U are supported.
@param ltype output image label type. Currently CV_32S and CV_16U are supported.
...
@@ -3402,7 +3402,7 @@ CV_EXPORTS_W int connectedComponents(InputArray image, OutputArray labels,
...
@@ -3402,7 +3402,7 @@ CV_EXPORTS_W int connectedComponents(InputArray image, OutputArray labels,
int
connectivity
=
8
,
int
ltype
=
CV_32S
);
int
connectivity
=
8
,
int
ltype
=
CV_32S
);
/** @overload
/** @overload
@param image the image to be labeled
@param image the
8-bit single-channel
image to be labeled
@param labels destination labeled image
@param labels destination labeled image
@param stats statistics output for each label, including the background label, see below for
@param stats statistics output for each label, including the background label, see below for
available statistics. Statistics are accessed via stats(label, COLUMN) where COLUMN is one of
available statistics. Statistics are accessed via stats(label, COLUMN) where COLUMN is one of
...
...
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