public class Overlap extends ImageFinder
This image finder should not be used with the standard mosaicker. It is anticipated to be used in mosaickers which will analyze each input image for overlap, presumably because they are going to add data from multiple images.
Constructor and Description |
---|
Overlap() |
Modifier and Type | Method and Description |
---|---|
int[] |
findImages(Image[] input,
Image output)
Find the images that it makes sense to sample.
|
factory, setStrict
public int[] findImages(Image[] input, Image output)
findImages
in class ImageFinder
input
- [may be modified] An array of images that may be sampled to get the output image.
On return from this routine, any elements of the array which do not overlap
with th output will be replaced by null.output
- The output image. Only its geometry is used.