How can i reshape a Mat to a vector<Mat>?
In Matlab that is possible with reshape function. Moreover i would like to reshaping a matrix to a vector<vector<mat>>
Asked: 2017-07-20 03:25:41 -0600
Seen: 92 times
Last updated: Jul 20 '17
I don't think such function exist but you can extract roi using rect or range and push roi in vector of Mat