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