mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +08:00
a little simplify to pyrlk kernel
This commit is contained in:
parent
cdd9234fae
commit
f1060ac514
@ -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
Loading…
Reference in New Issue
Block a user