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
20ed43bc
Commit
20ed43bc
authored
Jan 13, 2011
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added docs for SURF_GPU and BruteForceMatcher_GPU
parent
536625d6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
features2d_common_detection_description.tex
doc/features2d_common_detection_description.tex
+3
-3
features2d_detection_description.tex
doc/features2d_detection_description.tex
+1
-1
gpu.tex
doc/gpu.tex
+0
-0
opencv.pdf
doc/opencv.pdf
+0
-0
No files found.
doc/features2d_common_detection_description.tex
View file @
20ed43bc
...
...
@@ -557,7 +557,7 @@ between different algorithms solving the same problem. This section is devoted t
that are represented as vectors in a multidimensional space. All objects that implement ''vector''
descriptor matchers inherit
\cvCppCross
{
DescriptorMatcher
}
interface.
\cvclass
{
DMatch
}
\cvclass
{
DMatch
}
\label
{
cv.class.DMatch
}
Match between two keypoint descriptors: query descriptor index,
train descriptor index, train image index and distance between descriptors.
...
...
@@ -584,7 +584,7 @@ struct DMatch
}
;
\end{lstlisting}
\cvclass
{
DescriptorMatcher
}
\cvclass
{
DescriptorMatcher
}
\label
{
cv.class.DescriptorMatcher
}
Abstract base class for matching keypoint descriptors. It has two groups
of match methods: for matching descriptors of one image with other image or
with image set.
...
...
@@ -805,7 +805,7 @@ DescriptorMatcher::create( const string& descriptorMatcherType );
Now the following matcher types are supported:
\texttt
{
"BruteForce"
}
(it uses
\texttt
{
L2
}
),
\texttt
{
"BruteForce-L1"
}
,
\texttt
{
"BruteForce-Hamming"
}
,
\texttt
{
"BruteForce-HammingLUT"
}
,
\texttt
{
"FlannBased"
}
.
\cvclass
{
BruteForceMatcher
}
\cvclass
{
BruteForceMatcher
}
\label
{
cv.class.BruteForceMatcher
}
Brute-force descriptor matcher. For each descriptor in the first set, this matcher finds the closest
descriptor in the second set by trying each one. This descriptor matcher supports masking
permissible matches between descriptor sets.
...
...
doc/features2d_detection_description.tex
View file @
20ed43bc
...
...
@@ -397,7 +397,7 @@ protected:
}
;
\end{lstlisting}
\cvclass
{
SURF
}
\cvclass
{
SURF
}
\label
{
cv.class.SURF
}
Class for extracting Speeded Up Robust Features from an image.
\begin{lstlisting}
...
...
doc/gpu.tex
View file @
20ed43bc
This diff is collapsed.
Click to expand it.
doc/opencv.pdf
View file @
20ed43bc
This diff is collapsed.
Click to expand it.
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