Package | Description |
---|---|
org.openimaj.image |
Modifier and Type | Method and Description |
---|---|
I |
MultiBandImage.process(SinglebandPixelProcessor<T> pp)
Processes this image with the given
SinglebandImageProcessor for
every band. |
I |
MultiBandImage.processInplace(SinglebandPixelProcessor<T> pp)
Process this image with the given
SinglebandImageProcessor for
every band. |