LocalBorder, Radius, RotatedRectanglepublic class Border extends RectRecurse
CONSUMED, fromOut, NO_COVERAGE, NON_PHYSICAL, SPLIT_X, SPLIT_XY, SPLIT_Y, UNCHECKED| Constructor | Description |
|---|---|
Border() |
| Modifier and Type | Method | 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.
|
factoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcornerMatch, edgeOff, findImages, getCandidate, getImage, getInputLimits, minDist, printOut, radiusSquared, setStrictprotected 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.