Training a classifier using images of different dimensions but same number of HoG features
问题 I want to train my classifier with some images, some of which have different dimensions. They all fall under the following dimensions: 100x50 50x100 64x72 72x64 However, with 9 orientation bins, and 8 pixels per cell, each of these generates 648 HoG features. I actually chose all images to be of one of these sizes so that they would end up having the same number of HoG features so that training is uniform. The reason I opted for this is because the object of interest in the training images