public interface FilterImageInterface<Input extends ImageBase,Output extends ImageBase>
| Modifier and Type | Method and Description |
|---|---|
int |
getHorizontalBorder()
How many pixels are not processed along the horizontal border.
|
ImageType<Input> |
getInputType()
Specifies the input image type
|
ImageType<Output> |
getOutputType()
Specifies the output image type
|
int |
getVerticalBorder()
How many pixels are not processed along the vertical border.
|
void |
process(Input input,
Output output)
Processes the input image and writes the results to the output image.
|
void process(Input input, Output output)
input - Input image.output - Output image.int getHorizontalBorder()
int getVerticalBorder()
ImageType<Input> getInputType()