public class Border extends RectRecurse
CONSUMED, fromOut, NO_COVERAGE, NON_PHYSICAL, SPLIT_X, SPLIT_XY, SPLIT_Y, UNCHECKED| Constructor and Description |
|---|
Border() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
criterion(int i,
int nx,
int ny,
double tx,
double ty)
The criterion is the minimum distance to the edge of the image.
|
cornerMatch, edgeOff, findImages, getCandidate, getImage, getInputLimits, minDist, printOut, radiusSquared, setStrictfactoryprotected double criterion(int i,
int nx,
int ny,
double tx,
double ty)
criterion in class RectRecursei - 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.