Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv equivalent of cell2matfrom matlab

HI, I have a std::vector of 8X8 cv::Mat objects. I want to create a bigger cv::Mat object of columns n and rows m (multiple of 8, of course), by concatenating those cv::Mat objects from the std::vector. Can anybody help me with this?

Thanks in advance!