I - The type of image that this analyser can analysepublic interface ImageAnalyser<I extends Image<?,I>>
ImageAnalysers should not change the image; if you want to change the
pixels, use an ImageProcessor instead.| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(I image)
Analyse an image.
|
void analyseImage(I image)
image - The image to process in place.