Dear friends,
i am working on image retrieval using Bag of Feature, i got the visual words 500X128 (dimensions) using k means algorithm which stored in single variable (X).
how to find the histogram of this words(500X128) and normalization of histogram.
Thanks in advance.