genthalili / lire

Automatically exported from code.google.com/p/lire
0 stars 0 forks source link

Bug Report - Lire-0.9.4_beta - Class - LocalFeatureHistogramBuilder #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The line 152 of Class LocalFeatureHistogramBuilder.java is
if (features.size() < numClusters)
but I think it should be 
if (k.getFeatureCount() < numClusters)
because features only stores one images features.

Original issue reported on code.google.com by songy...@gmail.com on 21 Jul 2013 at 9:21