I am doing object detection with SIFT features and SVM. I want to train SVM on my own dataset I want to create. When I am extracting SIFT features from images it returns different size of feature vector for all images with same dimension(500x500) of images. How can I extract feature vector of same size for all images. If somebody know please help me do my work.
Thank you.