public interface Matcher
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ArrayList<PointMatch>> |
createCandidates(AbstractPointDescriptor<?,?> pd1,
AbstractPointDescriptor<?,?> pd2) |
double |
getNormalizationFactor(ArrayList<PointMatch> matches,
Object fitResult)
Computes a normalization factor for the case that the different set of
PointMatches are not comparable
(for example number of neighbors used is not constant) |
int |
getRequiredNumNeighbors() |
ArrayList<ArrayList<PointMatch>> createCandidates(AbstractPointDescriptor<?,?> pd1, AbstractPointDescriptor<?,?> pd2)
ArrayList of corresponding set of PointMatches which contain LinkedPoints linking to the actual Point instance they are created fromdouble getNormalizationFactor(ArrayList<PointMatch> matches, Object fitResult)
PointMatches are not comparable
(for example number of neighbors used is not constant)matches - the set of PointMatchesPointMatchesint getRequiredNumNeighbors()
MatcherCopyright © 2015–2021 Fiji. All rights reserved.