!7 import org.openimaj.image.segmentation.*; p { MBFImage image = readMBF(#1002132); L components = new FelzenszwalbHuttenlocherSegmenter().segment(image); showMBF(SegmentationUtilities.renderSegments(image, components)); }