public interface GlobalErrorStatistics
Modifier and Type | Method and Description |
---|---|
double |
getAbsoluteLocalAlignmentError() |
int |
getAlignmentErrorCount() |
double |
getAverageAlignmentError() |
double |
getAverageLocalAlignmentError() |
double |
getMaxAlignmentError() |
double |
getMinAlignmentError() |
int |
getNumCandidates() |
int |
getNumCorrespondences() |
int |
getNumDetections() |
void |
reset() |
void |
setAbsoluteLocalAlignmentError(double error) |
void |
setAlignmentErrorCount(int count) |
void |
setAverageAlignmentError(double avg) |
void |
setMaxAlignmentError(double max) |
void |
setMinAlignmentError(double min) |
void |
setNumCandidates(int numCandidates) |
void |
setNumCorrespondences(int numCorrespondences) |
void |
setNumDetections(int numDetection) |
double getMinAlignmentError()
double getAverageAlignmentError()
double getMaxAlignmentError()
void setMinAlignmentError(double min)
void setAverageAlignmentError(double avg)
void setMaxAlignmentError(double max)
int getNumDetections()
int getNumCandidates()
int getNumCorrespondences()
void setNumDetections(int numDetection)
void setNumCandidates(int numCandidates)
void setNumCorrespondences(int numCorrespondences)
void setAbsoluteLocalAlignmentError(double error)
void setAlignmentErrorCount(int count)
double getAbsoluteLocalAlignmentError()
int getAlignmentErrorCount()
double getAverageLocalAlignmentError()
void reset()
Copyright © 2015–2021 Fiji. All rights reserved.