Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Convert several 1D mat to a single 2D mat in OpenCV

I am new to opencv. I have six 1200x1 Mat objects/variables. I want to make a single Mat variable which is 1200x6. How to do this? For example, i have six mat objects a,b,c,d,e,f of 1200x1 size and now i want to make A = [a,b,c,d,e,f] , which is 1200x6 size. Please help