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
Original issue reported on code.google.com by
songy...@gmail.com
on 21 Jul 2013 at 9:21