implementing Bags of Words object recognition using VLFEAT
问题 I am trying to implement a BOW object recognition code in matlab. The process is slightly complicated and I've had a lot of trouble finding proper documentation on the procedure. So could someone double check if my plan below makes sense? I'm using the VLSIFT library extensively here Training: 1. Extract SIFT image descriptor with VLSIFT 2. Quantize the descriptors with k-means(vl_hikmeans) 3. Take quantized descriptors and create histogram(VL_HIKMEANSHIST) 4. Create SVM from histograms(VL