Convert Vector<Mat> file to Mat
How can I convert a vector of Mat files to a Mat file? I have got vectror<mat> with size N. Exery mat file is of size 1xM. I want to create a new Mat file of size 1xN*M? How can I do so in opencv?
add a comment