public class EqualisationProcessor extends Object implements SinglebandImageProcessor<Float,FImage>
ImageProcessor that performs histogram equalisation (projecting
the colours back into the image).SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>| Constructor and Description |
|---|
EqualisationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(FImage image)
Equalise the colours in the image.
|
public EqualisationProcessor()
public void processImage(FImage image)
processImage in interface ImageProcessor<FImage>image - The image to process in place.