First time here? Check out the FAQ!
answered 2015-07-09 03:21:02 -0600
vector<Mat> v; for (int i=0;i<10;i++) v.push_back(Mat::zeros(5,1,CV_32F));