Uses of Class
sc.fiji.snt.NearPoint
Packages that use NearPoint
-
Uses of NearPoint in sc.fiji.snt
Methods in sc.fiji.snt that return NearPointModifier and TypeMethodDescriptionPathAndFillManager.nearestPointOnAnyPath(double x, double y, double z, double distanceLimit) PathAndFillManager.nearestPointOnAnyPath(Collection<Path> paths, PointInCanvas pic, double distanceLimit) protected NearPointPathAndFillManager.nearestPointOnAnyPath(Collection<Path> paths, PointInImage pim, double distanceLimitSquared, boolean unScaledPositions) Methods in sc.fiji.snt that return types with arguments of type NearPointModifier and TypeMethodDescriptionPathAndFillManager.getCorrespondences(PathAndFillManager other, double maxDistance) For each point in this PathAndFillManager, find the corresponding point on the other one.Methods in sc.fiji.snt with parameters of type NearPoint