1
0
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:
Jin Ma
2013-08-22 15:42:07 +08:00
parent 1bcd1fd3a2
commit 1e8194fd3c
3 changed files with 114 additions and 110 deletions
+1 -1
View File
@@ -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());