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
3ae5a314
Commit
3ae5a314
authored
Feb 01, 2011
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved flannIndex to public section (temporarily)
parent
da2d7ee7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
features2d.hpp
modules/features2d/include/opencv2/features2d/features2d.hpp
+2
-1
No files found.
modules/features2d/include/opencv2/features2d/features2d.hpp
View file @
3ae5a314
...
@@ -2273,6 +2273,7 @@ public:
...
@@ -2273,6 +2273,7 @@ public:
virtual
Ptr
<
DescriptorMatcher
>
clone
(
bool
emptyTrainData
=
false
)
const
;
virtual
Ptr
<
DescriptorMatcher
>
clone
(
bool
emptyTrainData
=
false
)
const
;
Ptr
<
flann
::
Index
>
flannIndex
;
protected
:
protected
:
static
void
convertToDMatches
(
const
DescriptorCollection
&
descriptors
,
static
void
convertToDMatches
(
const
DescriptorCollection
&
descriptors
,
const
Mat
&
indices
,
const
Mat
&
distances
,
const
Mat
&
indices
,
const
Mat
&
distances
,
...
@@ -2285,7 +2286,7 @@ protected:
...
@@ -2285,7 +2286,7 @@ protected:
Ptr
<
flann
::
IndexParams
>
indexParams
;
Ptr
<
flann
::
IndexParams
>
indexParams
;
Ptr
<
flann
::
SearchParams
>
searchParams
;
Ptr
<
flann
::
SearchParams
>
searchParams
;
Ptr
<
flann
::
Index
>
flannIndex
;
//
Ptr<flann::Index> flannIndex;
DescriptorCollection
mergedDescriptors
;
DescriptorCollection
mergedDescriptors
;
int
addedDescCount
;
int
addedDescCount
;
...
...
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