Q - The type of pixel this processor can processpublic interface PixelAnalyser<Q>
| Modifier and Type | Method and Description |
|---|---|
void |
analysePixel(Q pixel)
Analyse the given pixel.
|
void |
reset()
Reset the
PixelAnalyser. |
void analysePixel(Q pixel)
pixel - The pixel to analyse.void reset()
PixelAnalyser. Called every time a new image is
analysed in Image.analyseWith(PixelAnalyser) and
Image.analyseWithMasked(org.openimaj.image.FImage, PixelAnalyser)
.