vcg-uvic / TILDE

Repository for "TILDE: A Temporally Invariant Learned DEtector", CVPR2015
50 stars 23 forks source link

The maximum number of features is always 255 #1

Closed ngunsu closed 9 years ago

ngunsu commented 9 years ago

In sortFeaturesSS_noAbs.m

stop = uint8(min([nbFeat size(v,2) ix]));

Because of the casting to uint8, the max number of features is 255 instead of the 1000 in the examples.

kmyi commented 9 years ago

Sorry for the bug. The bug is now fixed with commit ffeea7bcd6f1b2da441d5d1cb74739ee15518952 Thank you for the report

Best Regards, Authors of TILDE