public class RGLDMMatcher extends Object
Constructor and Description |
---|
RGLDMMatcher() |
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<SimplePointDescriptor<Detection>> |
createSimplePointDescriptors(KDTree<Detection> tree,
ArrayList<Detection> basisPoints,
int numNeighbors,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
ArrayList<PointMatchGeneric<Detection>> |
extractCorrespondenceCandidates(ArrayList<Detection> nodeListA,
ArrayList<Detection> nodeListB,
int numNeighbors,
int redundancy,
double ratioOfDistance,
double differenceThreshold) |
protected static <D extends AbstractPointDescriptor<Detection,D>> |
findCorrespondingDescriptors(ArrayList<D> descriptorsA,
ArrayList<D> descriptorsB,
double nTimesBetter,
double differenceThreshold) |
public ArrayList<PointMatchGeneric<Detection>> extractCorrespondenceCandidates(ArrayList<Detection> nodeListA, ArrayList<Detection> nodeListB, int numNeighbors, int redundancy, double ratioOfDistance, double differenceThreshold)
protected static final <D extends AbstractPointDescriptor<Detection,D>> ArrayList<PointMatchGeneric<Detection>> findCorrespondingDescriptors(ArrayList<D> descriptorsA, ArrayList<D> descriptorsB, double nTimesBetter, double differenceThreshold)
protected static ArrayList<SimplePointDescriptor<Detection>> createSimplePointDescriptors(KDTree<Detection> tree, ArrayList<Detection> basisPoints, int numNeighbors, Matcher matcher, SimilarityMeasure similarityMeasure)
Copyright © 2015–2021 Fiji. All rights reserved.