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
616c3485
Commit
616c3485
authored
May 09, 2014
by
Ievgen Khvedchenia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation warnings
parent
3a8e15fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
feature_detection_and_description.rst
modules/features2d/doc/feature_detection_and_description.rst
+6
-6
No files found.
modules/features2d/doc/feature_detection_and_description.rst
View file @
616c3485
...
...
@@ -267,15 +267,15 @@ Class implementing the KAZE keypoint detector and descriptor extractor, describe
};
CV_WRAP KAZE();
explicit KAZE(DESCRIPTOR_TYPE descriptor_type, bool
_extended, bool _
upright);
explicit KAZE(DESCRIPTOR_TYPE descriptor_type, bool
extended, bool
upright);
....
};
KAZE::KAZE
--------
The KAZE constructor
.. ocv:function:: KAZE::KAZE()
.. ocv:function:: KAZE::KAZE(DESCRIPTOR_TYPE descriptor_type, bool extended, bool upright)
:param descriptor_type: Type of the extracted descriptor.
...
...
@@ -304,15 +304,15 @@ Class implementing the AKAZE keypoint detector and descriptor extractor, describ
};
CV_WRAP AKAZE();
explicit AKAZE(DESCRIPTOR_TYPE descriptor_type, int
_descriptor_size = 0, int _
descriptor_channels = 3);
explicit AKAZE(DESCRIPTOR_TYPE descriptor_type, int
descriptor_size = 0, int
descriptor_channels = 3);
...
};
AKAZE::AKAZE
--------
The AKAZE constructor
.. ocv:function:: AKAZE::AKAZE()
.. ocv:function:: AKAZE::AKAZE(DESCRIPTOR_TYPE descriptor_type, int descriptor_size = 0, int descriptor_channels = 3)
:param descriptor_type: Type of the extracted descriptor.
...
...
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