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
PointMatch es 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 PointMatch
es which contain LinkedPoint
s linking to the actual Point
instance they are created fromdouble getNormalizationFactor(ArrayList<PointMatch> matches, Object fitResult)
PointMatch
es are not comparable
(for example number of neighbors used is not constant)matches
- the set of PointMatch
esPointMatch
esint getRequiredNumNeighbors()
Matcher
Copyright © 2015–2021 Fiji. All rights reserved.