mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
fixed data path
This commit is contained in:
parent
bfd84dc5d5
commit
27947474ec
@ -81,7 +81,7 @@ PARAM_TEST_CASE(mog, UseGray, LearningRate, bool)
|
|||||||
|
|
||||||
TEST_P(mog, Update)
|
TEST_P(mog, Update)
|
||||||
{
|
{
|
||||||
std::string inputFile = string(cvtest::TS::ptr()->get_data_path()) + "gpu/768x576.avi";
|
std::string inputFile = string(cvtest::TS::ptr()->get_data_path()) + "gpu/video/768x576.avi";
|
||||||
cv::VideoCapture cap(inputFile);
|
cv::VideoCapture cap(inputFile);
|
||||||
ASSERT_TRUE(cap.isOpened());
|
ASSERT_TRUE(cap.isOpened());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user