Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
ad5de309
Commit
ad5de309
authored
Sep 09, 2014
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #87 from avdmitry/hash_murmur_warning
fixed warning with hashMurmur
parents
b41783a9
b5b3ecf6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
hash_murmur86.hpp
modules/surface_matching/src/hash_murmur86.hpp
+1
-0
No files found.
modules/surface_matching/src/hash_murmur86.hpp
View file @
ad5de309
...
...
@@ -48,6 +48,7 @@
void
PMurHash32_Process
(
MH_UINT32
*
ph1
,
MH_UINT32
*
pcarry
,
const
void
*
key
,
int
len
);
MH_UINT32
PMurHash32_Result
(
MH_UINT32
h1
,
MH_UINT32
carry
,
MH_UINT32
total_length
);
MH_UINT32
PMurHash32
(
MH_UINT32
seed
,
const
void
*
key
,
int
len
);
void
hashMurmurx86
(
const
void
*
key
,
const
int
len
,
const
unsigned
int
seed
,
void
*
out
);
/* I used ugly type names in the header to avoid potential conflicts with
* application or system typedefs & defines. Since I'm not including any more
...
...
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