public class SparseCorrespondenceExtraction<M extends Model<M>,T extends DetectionView<?,T>> extends Object implements CorrespondenceExtraction<T>
Constructor and Description |
---|
SparseCorrespondenceExtraction(ViewDataBeads viewA,
ViewDataBeads viewB,
M model) |
Modifier and Type | Method and Description |
---|---|
ArrayList<PointMatchGeneric<T>> |
extractCorrespondenceCandidates(ArrayList<T> nodeListA,
ArrayList<T> nodeListB,
double differenceThreshold,
double ratioOfDistance,
boolean useAssociatedBeads) |
public SparseCorrespondenceExtraction(ViewDataBeads viewA, ViewDataBeads viewB, M model)
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>>
Copyright © 2015–2021 Fiji. All rights reserved.