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