a little simplify to pyrlk kernel

pull/1123/head
yao 12 years ago
parent cdd9234fae
commit f1060ac514
  1. 4
      modules/ocl/perf/perf_opticalflow.cpp
  2. 1045
      modules/ocl/src/opencl/pyrlk.cl

@ -48,8 +48,8 @@
///////////// PyrLKOpticalFlow ////////////////////////
PERFTEST(PyrLKOpticalFlow)
{
std::string images1[] = {"rubberwhale1.png", "basketball1.png"};
std::string images2[] = {"rubberwhale2.png", "basketball2.png"};
std::string images1[] = {"rubberwhale1.png", "aloeL.jpg"};
std::string images2[] = {"rubberwhale2.png", "aloeR.jpg"};
for (size_t i = 0; i < sizeof(images1) / sizeof(std::string); i++)
{

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save