using OpenCV and SVM with images
I’ve had to deal with this recently, and here’s what I ended up doing to get SVM to work for images. To train your SVM on a set of images, first you have to construct the training matrix for the SVM. This matrix is specified as follows: each row of the matrix corresponds to one … Read more