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