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
f1efd955
Commit
f1efd955
authored
Dec 12, 2011
by
Marius Muja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix to solve conflicts to standalone FLANN
parent
7795cd20
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
any.h
modules/flann/include/opencv2/flann/any.h
+1
-1
dynamic_bitset.h
modules/flann/include/opencv2/flann/dynamic_bitset.h
+4
-0
params.h
modules/flann/include/opencv2/flann/params.h
+0
-1
No files found.
modules/flann/include/opencv2/flann/any.h
View file @
f1efd955
...
...
@@ -16,7 +16,7 @@
#include <ostream>
#include <typeinfo>
namespace
c
diggins
namespace
c
vflann
{
namespace
anyimpl
...
...
modules/flann/include/opencv2/flann/dynamic_bitset.h
View file @
f1efd955
...
...
@@ -45,6 +45,8 @@ typedef boost::dynamic_bitset<> DynamicBitset;
#include "dist.h"
namespace
cvflann
{
/** Class re-implementing the boost version of it
* This helps not depending on boost, it also does not do the bound checks
* and has a way to reset a block for speed
...
...
@@ -147,6 +149,8 @@ private:
static
const
unsigned
int
cell_bit_size_
=
CHAR_BIT
*
sizeof
(
size_t
);
};
}
// namespace cvflann
#endif
#endif // OPENCV_FLANN_DYNAMIC_BITSET_H_
modules/flann/include/opencv2/flann/params.h
View file @
f1efd955
...
...
@@ -39,7 +39,6 @@
namespace
cvflann
{
typedef
cdiggins
::
any
any
;
typedef
std
::
map
<
std
::
string
,
any
>
IndexParams
;
struct
SearchParams
:
public
IndexParams
...
...
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