I am using a gpu implementation of SURF to get descriptors and it gives me descriptor values in float [-1 1]. If I scale that to [0 255] I lose a lot of precision. Is there a way I can train the Vocabulary tree on float descriptor values instead of integer values?
Thanks a lot!