a little simplify to pyrlk kernel

This commit is contained in:
yao 2013-07-17 14:35:44 +08:00
parent cdd9234fae
commit f1060ac514
2 changed files with 413 additions and 534 deletions

View File

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

File diff suppressed because it is too large Load Diff