!7 p { new AutoSegmenter as; as.g = 20; // grid size as.contrastMethod2 = false; as.brightnessThreshold = 0.99f; time { RGBImage img = loadImage(#1007256); L rects = rectsLargerThan(250, 250, as.go(img)); } showImageWithSelections(img, rects); }