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
| 1 | initial version |
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
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