public class CoordSystem3d<T extends DetectionView<?,T>> extends Object implements CorrespondenceExtraction<T>
Constructor and Description |
---|
CoordSystem3d() |
Modifier and Type | Method and Description |
---|---|
protected void |
computeMatching(ArrayList<LocalCoordinateSystemPointDescriptor<T>> descriptors1,
NNearestNeighborSearch<LocalCoordinateSystemPointDescriptor<T>> nnsearch2,
ArrayList<PointMatchGeneric<T>> correspondences,
double differenceThreshold,
double ratioOfDistance) |
static <P extends Point & Leaf<P>> |
createLocalCoordinateSystemPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
boolean normalize) |
ArrayList<PointMatchGeneric<T>> |
extractCorrespondenceCandidates(ArrayList<T> nodeListA,
ArrayList<T> nodeListB,
double differenceThreshold,
double ratioOfDistance,
boolean useAssociatedBeads) |
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>>
protected void computeMatching(ArrayList<LocalCoordinateSystemPointDescriptor<T>> descriptors1, NNearestNeighborSearch<LocalCoordinateSystemPointDescriptor<T>> nnsearch2, ArrayList<PointMatchGeneric<T>> correspondences, double differenceThreshold, double ratioOfDistance)
Copyright © 2015–2021 Fiji. All rights reserved.