public class LocalBorder extends Border
CONSUMED, fromOut, NO_COVERAGE, NON_PHYSICAL, SPLIT_X, SPLIT_XY, SPLIT_Y, UNCHECKED| Constructor and Description |
|---|
LocalBorder() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
findImages(Image[] input,
Image output)
Find the best image for each output pixel.
|
cornerMatch, edgeOff, getCandidate, getImage, getInputLimits, minDist, printOut, radiusSquared, setStrictfactorypublic int[] findImages(Image[] input, Image output)
findImages in class RectRecurseinput - 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.