mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
change a test image of pyrlk
This commit is contained in:
parent
abefcc6061
commit
dc937c10f9
@ -48,8 +48,8 @@
|
||||
///////////// PyrLKOpticalFlow ////////////////////////
|
||||
PERFTEST(PyrLKOpticalFlow)
|
||||
{
|
||||
std::string images1[] = {"rubberwhale1.png", "aloeL.jpg"};
|
||||
std::string images2[] = {"rubberwhale2.png", "aloeR.jpg"};
|
||||
std::string images1[] = {"rubberwhale1.png", "basketball1.png"};
|
||||
std::string images2[] = {"rubberwhale2.png", "basketball2.png"};
|
||||
|
||||
for (size_t i = 0; i < sizeof(images1) / sizeof(std::string); i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user