mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Optimized mog and mog2, which have much better performance.
This commit is contained in:
@@ -191,7 +191,7 @@ TEST_P(mog2, getBackgroundImage)
|
||||
if (useGray)
|
||||
return;
|
||||
|
||||
std::string inputFile = string(cvtest::TS::ptr()->get_data_path()) + "gpu/768x576.avi";
|
||||
std::string inputFile = string(cvtest::TS::ptr()->get_data_path()) + "video/768x576.avi";
|
||||
cv::VideoCapture cap(inputFile);
|
||||
ASSERT_TRUE(cap.isOpened());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user