Methods
Modifier and Type |
Method and Description |
private void |
doAffine(FingerPrint fp) |
String |
getDate() |
String |
getEncounterNumber() |
double |
getHighestRightSpot() |
double |
getHighestSpot() |
double |
getLeftmostRightSpot() |
double |
getLeftmostSpot() |
SuperSpot[] |
getLeftReferenceSpots() |
double |
getLowestRightSpot() |
double |
getLowestSpot() |
MatchObject |
getPointsForBestMatch(SuperSpot[] newspotsTemp,
double epsilon,
double R,
double Sizelim,
double maxTriangleRotation,
double C,
boolean secondRun,
boolean rightScan) |
double |
getRightmostRightSpot() |
double |
getRightmostSpot() |
SuperSpot[] |
getRightReferenceSpots() |
ArrayList |
getRightSpots() |
ArrayList |
getSpots() |
Point2D[] |
getThreeLeftFiducialPoints() |
Point2D[] |
getThreeRightFiducialPoints() |
I3SMatchObject |
i3sScan(EncounterLite newEnc,
boolean scanRight)
This method allows us to use the I3S match algorithm as well.
|
void |
processLeftReferenceSpots(ArrayList<SuperSpot> initSpots) |
void |
processLeftSpots(ArrayList<SuperSpot> initSpots) |
void |
processRightReferenceSpots(ArrayList<SuperSpot> initSpots) |
void |
processRightSpots(ArrayList<SuperSpot> initSpots) |
private VertexPointMatch[] |
secondGrothPass(SuperSpot[] secondNewSpots,
SuperSpot[] secondBaseSpots,
double epsilon,
double R,
double Sizelim,
double maxTriangleRotation,
double C) |