Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
Modifier and Type | Method and Description |
---|---|
NearPoint |
PathAndFillManager.nearestPointOnAnyPath(Collection<Path> paths,
PointInCanvas pic,
double distanceLimit) |
protected NearPoint |
PathAndFillManager.nearestPointOnAnyPath(Collection<Path> paths,
PointInImage pim,
double distanceLimitSquared,
boolean unScaledPositions) |
NearPoint |
PathAndFillManager.nearestPointOnAnyPath(double x,
double y,
double z,
double distanceLimit) |
Modifier and Type | Method and Description |
---|---|
List<NearPoint> |
PathAndFillManager.getCorrespondences(PathAndFillManager other,
double maxDistance)
For each point in this PathAndFillManager, find the corresponding point on
the other one.
|
Modifier and Type | Method and Description |
---|---|
int |
NearPoint.compareTo(NearPoint other) |
Copyright © 2015–2021 Fiji. All rights reserved.