Uses of Class
org.ddogleg.nn.NnData
-
Uses of NnData in org.ddogleg.nn
Modifier and TypeMethodDescriptionboolean
NearestNeighbor.Search.findNearest
(P point, double maxDistance, NnData<P> result) Searches for the nearest neighbor to the specified point.Modifier and TypeMethodDescriptionvoid
NearestNeighbor.Search.findNearest
(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results) Searches for the N nearest neighbor to the specified point. -
Uses of NnData in org.ddogleg.nn.wrap
Modifier and TypeMethodDescriptionboolean
KdTreeInternalSearch.findNearest
(P point, double maxDistance, NnData<P> result) Modifier and TypeMethodDescriptionvoid
KdTreeInternalSearch.findNearest
(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results)