public interface Filter
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage input)
Performs the filter operation on the passed image
|
void |
filter(int width,
int height,
short[] source,
short[] target) |
BufferedImage filter(BufferedImage input)
input
- The input imagevoid filter(int width, int height, short[] source, short[] target)
Copyright © 2015–2021 Fiji. All rights reserved.