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, setStrict
public int[] findImages(Image[] input, Image output)
ImageFinder
findImages
in class ImageFinder
input
- 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.