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
c29583ea
Commit
c29583ea
authored
Apr 02, 2014
by
vbystricky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Canny input image description, we can use multichannel image now
parent
ee2df645
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
feature_detection.rst
modules/imgproc/doc/feature_detection.rst
+3
-3
No files found.
modules/imgproc/doc/feature_detection.rst
View file @
c29583ea
Feature Detection
Feature Detection
=================
.. highlight:: cpp
...
...
@@ -15,9 +15,9 @@ Finds edges in an image using the [Canny86]_ algorithm.
.. ocv:cfunction:: void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 )
:param image:
single-channel
8-bit input image.
:param image: 8-bit input image.
:param edges: output edge map;
it has the same size and typ
e as ``image`` .
:param edges: output edge map;
single channels 8-bit image, which has the same siz
e as ``image`` .
:param threshold1: first threshold for the hysteresis procedure.
...
...
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