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:
abefcc6
)
change a test image of pyrlk
author
yao
<bitwangyaoyao@gmail.com>
Tue, 4 Jun 2013 03:31:54 +0000
(11:31 +0800)
committer
yao
<bitwangyaoyao@gmail.com>
Tue, 4 Jun 2013 03:31:54 +0000
(11:31 +0800)
modules/ocl/perf/perf_opticalflow.cpp
patch
|
blob
|
history
diff --git
a/modules/ocl/perf/perf_opticalflow.cpp
b/modules/ocl/perf/perf_opticalflow.cpp
index
9887970
..
97283b2
100644
(file)
--- a/
modules/ocl/perf/perf_opticalflow.cpp
+++ b/
modules/ocl/perf/perf_opticalflow.cpp
@@
-48,8
+48,8
@@
///////////// PyrLKOpticalFlow ////////////////////////
PERFTEST(PyrLKOpticalFlow)
{
- std::string images1[] = {"rubberwhale1.png", "
aloeL.jp
g"};
- std::string images2[] = {"rubberwhale2.png", "
aloeR.jp
g"};
+ std::string images1[] = {"rubberwhale1.png", "
basketball1.pn
g"};
+ std::string images2[] = {"rubberwhale2.png", "
basketball2.pn
g"};
for (size_t i = 0; i < sizeof(images1) / sizeof(std::string); i++)
{