public class ModelPriorMatcher extends SimpleMatcher
Constructor and Description |
---|
ModelPriorMatcher(int numNeighbors,
RigidModel3D model) |
Modifier and Type | Method and Description |
---|---|
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) |
createCandidates, getRequiredNumNeighbors
public ModelPriorMatcher(int numNeighbors, RigidModel3D model)
public double getNormalizationFactor(ArrayList<PointMatch> matches, Object fitResult)
Matcher
PointMatch
es are not comparable
(for example number of neighbors used is not constant)getNormalizationFactor
in interface Matcher
getNormalizationFactor
in class SimpleMatcher
matches
- the set of PointMatch
esPointMatch
esCopyright © 2015–2021 Fiji. All rights reserved.