public class SimplePointMatchIdentification<P extends Point & Leaf<P>> extends Object implements PointMatchIdentification<P>
Constructor and Description |
---|
SimplePointMatchIdentification() |
SimplePointMatchIdentification(double distanceThreshold) |
Modifier and Type | Method and Description |
---|---|
ArrayList<PointMatch> |
assignPointMatches(List<P> target,
List<P> reference) |
double |
getDistanceThreshold() |
void |
setDistanceThreshold(double distanceThreshold) |
public SimplePointMatchIdentification(double distanceThreshold)
public SimplePointMatchIdentification()
public void setDistanceThreshold(double distanceThreshold)
public double getDistanceThreshold()
public ArrayList<PointMatch> assignPointMatches(List<P> target, List<P> reference)
assignPointMatches
in interface PointMatchIdentification<P extends Point & Leaf<P>>
Copyright © 2015–2021 Fiji. All rights reserved.