static double foundImgScore(FoundImg fi) { ret fi == null ? 0 : fi.sim; }