!7 p-experiment { S clipID = #1101260; RGBImage clip = loadRGBImage(clipID); RGBImage img = loadRGBImage(/*#1101257*/#1101258); L l = findImageAll2(new BWImage(img), clipID, 0.85f); pnl(l); L rects = collect('r, l); new L rects2; for (Rect r : rects) { float sim = 1-rgbDistance(img.clip(r), clip); print(r + " => " + toIntPercent(sim) + "%"); if (sim >= 0.85) rects2.add(r); } showImageWithSelections(img, rects); }