public class RegistrationStatistics extends Object implements Comparable<RegistrationStatistics>
Constructor and Description |
---|
RegistrationStatistics(int timePoint,
double minError,
double avgError,
double maxError,
double minRatio,
double avgRatio,
double maxRatio,
int numValidPairs,
int numInvalidPairs) |
RegistrationStatistics(int timepoint,
List<List<PairwiseMatch>> matches)
Call this class after a registration is performed and it will collect the
information it wants
|
Modifier and Type | Method and Description |
---|---|
protected void |
collect(int timepoint,
List<List<PairwiseMatch>> matches) |
int |
compareTo(RegistrationStatistics o) |
public RegistrationStatistics(int timepoint, List<List<PairwiseMatch>> matches)
public RegistrationStatistics(int timePoint, double minError, double avgError, double maxError, double minRatio, double avgRatio, double maxRatio, int numValidPairs, int numInvalidPairs)
protected void collect(int timepoint, List<List<PairwiseMatch>> matches)
public int compareTo(RegistrationStatistics o)
compareTo
in interface Comparable<RegistrationStatistics>
Copyright © 2015–2021 Fiji. All rights reserved.