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
cc021e55
Commit
cc021e55
authored
Jun 25, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8982 from catree:morphologyEx_iterations_doc
parents
51e16bbe
a084501e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+3
-0
No files found.
modules/imgproc/include/opencv2/imgproc.hpp
View file @
cc021e55
...
@@ -2181,6 +2181,9 @@ kernel center.
...
@@ -2181,6 +2181,9 @@ kernel center.
@param borderValue Border value in case of a constant border. The default value has a special
@param borderValue Border value in case of a constant border. The default value has a special
meaning.
meaning.
@sa dilate, erode, getStructuringElement
@sa dilate, erode, getStructuringElement
@note The number of iterations is the number of times erosion or dilatation operation will be applied.
For instance, an opening operation (#MORPH_OPEN) with two iterations is equivalent to apply
successively: erode -> erode -> dilate -> dilate (and not erode -> dilate -> erode -> dilate).
*/
*/
CV_EXPORTS_W
void
morphologyEx
(
InputArray
src
,
OutputArray
dst
,
CV_EXPORTS_W
void
morphologyEx
(
InputArray
src
,
OutputArray
dst
,
int
op
,
InputArray
kernel
,
int
op
,
InputArray
kernel
,
...
...
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