public interface CorrespondenceExtraction<T extends AbstractDetection<T>>
Modifier and Type | Method and Description |
---|---|
ArrayList<PointMatchGeneric<T>> |
extractCorrespondenceCandidates(ArrayList<T> pointListA,
ArrayList<T> pointListB,
double differenceThreshold,
double ratioOfDistance,
boolean useAssociatedBeads) |
Copyright © 2015–2021 Fiji. All rights reserved.