I
- Type of Image
public interface Processor<I extends Image<?,I>>
Processor
is the super (marker) interface for
ImageProcessor
s, KernelProcessor
s and PixelProcessor
s.
It is not intended that you create classes implementing
this interface directly; rather you should implement one of
ImageProcessor
, KernelProcessor
or PixelProcessor
.