public class MinFilter extends Object implements SinglebandImageProcessor<Float,FImage>
SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>public MinFilter(Set<Pixel> support)
n relative x, y
offsets from the pixel currently being processed, and can be created
using the methods or constants in the FilterSupport class.support - the support coordinatespublic void processImage(FImage image)
processImage in interface ImageProcessor<FImage>