Class DoGSuperpixelsPlugin

All Implemented Interfaces:
PathInteractivePlugin<BufferedImage>, PathPlugin<BufferedImage>

public class DoGSuperpixelsPlugin extends AbstractTileableDetectionPlugin<BufferedImage>
A simple superpixel-generating command based upon applying ImageJ's watershed transform to the absolute values of a Difference-of-Gaussians filtered image.

This provides tile objects that generally correspond to regions containing reasonably similar intensities or textures, which might then be classified.

Author:
Pete Bankhead