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 it will have only one row
so i can train SVM