updating python tutorials + providing necessary data

This commit is contained in:
StevenPuttemans
2016-10-25 11:41:03 +02:00
parent 2038434c7e
commit 5728f796f6
20 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -1191,10 +1191,10 @@ TEST(GoodFeaturesToTrack)
TEST(MOG)
{
const std::string inputFile = abspath("../data/768x576.avi");
const std::string inputFile = abspath("../data/vtest.avi");
cv::VideoCapture cap(inputFile);
if (!cap.isOpened()) throw runtime_error("can't open ../data/768x576.avi");
if (!cap.isOpened()) throw runtime_error("can't open ../data/vtest.avi");
cv::Mat frame;
cap >> frame;