LocalBorder
, Radius
, RotatedRectangle
public 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.
|
factory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cornerMatch, edgeOff, findImages, getCandidate, getImage, getInputLimits, minDist, printOut, radiusSquared, setStrict
protected double criterion(int i, int nx, int ny, double tx, double ty)
criterion
in class RectRecurse
i
- 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.