How to unpack octave values (in matlab) generated by SIFT algoritm of opencv ?

asked 2014-11-27 16:45:39 -0600

OTY gravatar image

updated 2014-12-03 15:55:10 -0600

Hi,

I am using sift algorithm of opencv in matlab to get descriptors and keypoints. However, octave values in the keypoints are packed.What I mean is ,octave values are like 13173503, 12649215, 5178367 ...

Moreover , I want to unpack those values to be able to use octave and layer values separately in matlab.Is there a way to do this?

Thanks in advance.

edit retag flag offensive close merge delete