I am a freshman of vl_sift. When I ran the codes from the website, I have found a problem which I didn't understand.
After executing [f,d] = vl_sift(I) ;
I checked the f
.
col 11 12
15.6534681320190 15.6534681320190
315.868621826172 315.868621826172
1.75902485847473 1.75902485847473
0.729515715938409 -2.98263351880919
Two columns have the same values of X,Y
but different orientations. What's the mean?
Could anyone help me? Thank you!