Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to append a Mat to another Mat

I have the following two Matrices

Mat [ 1764*1*CV_32FC1 ]
Mat [ 2*4*CV_32FC1]

I want to append them in one Mat that has only one row so i can train SVM

How to append a Mat to another Mat

I have the following two Matrices

Mat [ 1764*1*CV_32FC1 ]
Mat [ 2*4*CV_32FC1]

I want to append them in one Mat so that has it will have only one row so i can train SVM