GalexExposure
public class MaxExposure extends RectRecurse
CONSUMED, fromOut, NO_COVERAGE, NON_PHYSICAL, SPLIT_X, SPLIT_XY, SPLIT_Y, UNCHECKED
Constructor | Description |
---|---|
MaxExposure() |
Modifier and Type | Method | Description |
---|---|---|
protected double |
criterion(int index,
int nx,
int ny,
double tx,
double ty) |
The criterion for the best image
|
int[] |
findImages(Image[] input,
Image output) |
Find the appropriate images.
|
factory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cornerMatch, edgeOff, getCandidate, getImage, getInputLimits, minDist, printOut, radiusSquared, setStrict
public int[] findImages(Image[] input, Image output)
findImages
in class RectRecurse
input
- An array of images that may be sampled to get the output image.output
- The output image. In this routine we are interested in its
geometry, not its data.protected double criterion(int index, int nx, int ny, double tx, double ty)
criterion
in class RectRecurse
index
- The index of the image being considerednx
- The width of the candidate imageny
- The height of the caandiate imagetx
- The x-value of the requested point.ty
- The y-value of the requested point.