public class Bypass extends ImageFinder
| Constructor and Description |
|---|
Bypass() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
findImages(Image[] input,
Image output)
This is the basic method in the image finder.
|
factory, setStrictpublic int[] findImages(Image[] input, Image output)
ImageFinderfindImages in class ImageFinderinput - An array of images from which the output image is to
be interpolated.output - An output image to be generated from the input. This
method does not change the output image.