I
- The type of image that this processor can processpublic interface ImageProcessor<I extends Image<?,I>> extends Processor<I>
If you don't want to alter the image content, use an ImageAnalyser
instead.
Modifier and Type | Method and Description |
---|---|
void |
processImage(I image)
Process an image.
|
void processImage(I image)
Image.internalAssign(Image)
.image
- The image to process in place.