Class SimpleTissueDetection2

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

public class SimpleTissueDetection2 extends AbstractDetectionPlugin<BufferedImage>
Very basic global thresholding command to identify tissue regions. Uses fixed approach to downsampling images & global threshold applied to RGB images only. TODO: Provide choice of channels to threshold TODO: Support 16-bit data
Author:
Pete Bankhead