Package skyview.process.imagefinder

Class Summary
Border This class finds the best images to be used for sampling using a recursive rectangle algorithm.
Checker This class sees if any pixels have coverage.
MaxExposure This class selects the best image for a pixel by looking for the image with the longest exposure that has the pixel in the field of view.
Prefetcher This class makes sure that all of the candidate images are actually present and then if any candidate was not already in the cache is redoes the image finding using the standard image finder.
Radius This class finds the best images to be used for sampling using a recursive rectangle algorithm.
RecursiveImageFinder This class finds the best images to be used for sampling using a recursive rectangle algorithm.
ScaledBorder This class works almost exactly like the BorderImageFinder, however when calculating the distance from the edge of the image, the distance is scaled to diagonal dimension of the image.