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
5f1282af
Commit
5f1282af
authored
Jan 13, 2015
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix documentation warnings
parent
8a178da1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
cudafeatures2d.hpp
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
+1
-7
No files found.
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
View file @
5f1282af
...
@@ -89,7 +89,7 @@ public:
...
@@ -89,7 +89,7 @@ public:
preferable choices for SIFT and SURF descriptors, NORM_HAMMING should be used with ORB, BRISK and
preferable choices for SIFT and SURF descriptors, NORM_HAMMING should be used with ORB, BRISK and
BRIEF).
BRIEF).
*/
*/
static
Ptr
<
DescriptorMatcher
>
createBFMatcher
(
int
norm
=
cv
::
NORM_L2
);
static
Ptr
<
DescriptorMatcher
>
createBFMatcher
(
int
norm
Type
=
cv
::
NORM_L2
);
//
//
// Utility
// Utility
...
@@ -248,9 +248,6 @@ public:
...
@@ -248,9 +248,6 @@ public:
less than k possible matches in total.
less than k possible matches in total.
@param mask Mask specifying permissible matches between an input query and train matrices of
@param mask Mask specifying permissible matches between an input query and train matrices of
descriptors.
descriptors.
@param compactResult Parameter used when the mask (or masks) is not empty. If compactResult is
false, the matches vector has the same size as queryDescriptors rows. If compactResult is true,
the matches vector does not contain matches for fully masked-out query descriptors.
@param stream CUDA stream.
@param stream CUDA stream.
These extended variants of DescriptorMatcher::matchAsync methods find several best matches for each query
These extended variants of DescriptorMatcher::matchAsync methods find several best matches for each query
...
@@ -335,9 +332,6 @@ public:
...
@@ -335,9 +332,6 @@ public:
in Pixels)!
in Pixels)!
@param mask Mask specifying permissible matches between an input query and train matrices of
@param mask Mask specifying permissible matches between an input query and train matrices of
descriptors.
descriptors.
@param compactResult Parameter used when the mask (or masks) is not empty. If compactResult is
false, the matches vector has the same size as queryDescriptors rows. If compactResult is true,
the matches vector does not contain matches for fully masked-out query descriptors.
@param stream CUDA stream.
@param stream CUDA stream.
For each query descriptor, the methods find such training descriptors that the distance between the
For each query descriptor, the methods find such training descriptors that the distance between the
...
...
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