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
bf034f99
Commit
bf034f99
authored
Mar 25, 2011
by
Alexey Spizhevoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed gpu::meanShiftSegmentation docs
parent
ca1584dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
image_processing.rst
modules/gpu/doc/image_processing.rst
+3
-3
No files found.
modules/gpu/doc/image_processing.rst
View file @
bf034f99
...
...
@@ -55,9 +55,9 @@ gpu::meanShiftSegmentation
------------------------------
.. cpp:function:: void gpu::meanShiftSegmentation(const GpuMat& src, Mat& dst, int sp, int sr, int minsize, TermCriteria criteria = TermCriteria(TermCriteria::MAX_ITER + TermCriteria::EPS, 5, 1))
Performs mean-shift segmentation of the source image and el
e
minates small segments.
Performs mean-shift segmentation of the source image and el
i
minates small segments.
:param src: Source
image. Only ``CV_8UC4`` images are supported for now
.
:param src: Source
``CV_8UC4`` image
.
:param dst: Segmented image. Will have the same size and type as ``src``.
...
...
@@ -65,7 +65,7 @@ gpu::meanShiftSegmentation
:param sr: Color window radius.
:param minsize: Minimum segment size. Smaller segements will be
merg
ed.
:param minsize: Minimum segment size. Smaller segements will be
eliminat
ed.
:param criteria: Termination criteria. See :c:type:`TermCriteria`.
...
...
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