public class ModelBased3d<T extends DetectionView<?,T>> extends Object implements CorrespondenceExtraction<T>
Constructor and Description |
---|
ModelBased3d() |
ModelBased3d(Matcher matcher) |
ModelBased3d(TranslationInvariantModel<?> model) |
ModelBased3d(TranslationInvariantModel<?> model,
Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
createModelPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
TranslationInvariantModel<?> model,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
ArrayList<PointMatchGeneric<T>> |
extractCorrespondenceCandidates(ArrayList<T> nodeListA,
ArrayList<T> nodeListB,
double differenceThreshold,
double ratioOfDistance,
boolean useAssociatedBeads) |
public ModelBased3d(TranslationInvariantModel<?> model, Matcher matcher)
public ModelBased3d(TranslationInvariantModel<?> model)
public ModelBased3d(Matcher matcher)
public ModelBased3d()
public ArrayList<PointMatchGeneric<T>> extractCorrespondenceCandidates(ArrayList<T> nodeListA, ArrayList<T> nodeListB, double differenceThreshold, double ratioOfDistance, boolean useAssociatedBeads)
extractCorrespondenceCandidates
in interface CorrespondenceExtraction<T extends DetectionView<?,T>>
public static <P extends Point & Leaf<P>> ArrayList<ModelPointDescriptor<P>> createModelPointDescriptors(KDTree<P> tree, ArrayList<P> basisPoints, int numNeighbors, TranslationInvariantModel<?> model, Matcher matcher, SimilarityMeasure similarityMeasure)
Copyright © 2015–2021 Fiji. All rights reserved.