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