1 package JSci.instruments;2 3 /** An object that filters frames */4 5 public interface ImageFilter extends ImageSource, ImageSink {6 }7