public class ModelPriorSubsetMatcher extends SubsetMatcher
Constructor and Description |
---|
ModelPriorSubsetMatcher(int subsetSize,
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) |
computePD, computePDRecursive, createCandidates, getNeighbors, getNumCombinations, getNumMatchings, getNumNeighbors, getRequiredNumNeighbors, getSubsetSize
public ModelPriorSubsetMatcher(int subsetSize, 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 SubsetMatcher
matches
- the set of PointMatch
esPointMatch
esCopyright © 2015–2021 Fiji. All rights reserved.