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!
add a comment