projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504008d
)
fix compile warnings
author
yao
<bitwangyaoyao@gmail.com>
Fri, 1 Mar 2013 00:47:20 +0000
(08:47 +0800)
committer
yao
<bitwangyaoyao@gmail.com>
Fri, 1 Mar 2013 00:47:20 +0000
(08:47 +0800)
modules/ocl/src/brute_force_matcher.cpp
patch
|
blob
|
history
diff --git
a/modules/ocl/src/brute_force_matcher.cpp
b/modules/ocl/src/brute_force_matcher.cpp
index
76b1436
..
818f3c1
100644
(file)
--- a/
modules/ocl/src/brute_force_matcher.cpp
+++ b/
modules/ocl/src/brute_force_matcher.cpp
@@
-690,7
+690,7
@@
void findKnnMatch(int k, const oclMat &trainIdx, const oclMat &distance, const o
}
}
-void findKnnMatchDispatcher(int k, const oclMat &trainIdx, const oclMat &distance, const oclMat &allDist, int distType)
+
static
void findKnnMatchDispatcher(int k, const oclMat &trainIdx, const oclMat &distance, const oclMat &allDist, int distType)
{
findKnnMatch<256>(k, trainIdx, distance, allDist, distType);
}