I am using SVM Light to classify images that are processed with OpenCV. Images are made to B/W, blurred a little, and the HOG detector from opencv is used to create a feature vector with vectors from positive images labeled with a 1 and negative images with a -1. When I run the SVMLight train file on 7 positive and 7 negative process images, it misclassifies 4 of the 7 negative files.
However, at larger inputs, it trains without misclassifications. Does anyone know why this may be the case?
Correctly classifying negative images with a larger training input