Ask Your Question

Revision history [back]

For the first loop, it should be:

vector <Mat> Images;

For the second loop, it shoud be:

vector<vector<Mat>> FilesVector;
FilesVector.push_back(Images);