Constructor and Description |
---|
NearestNeighborSearch(KDTree<T> kdTree) |
Modifier and Type | Method and Description |
---|---|
T |
findNearestNeighbor(T point) |
protected T |
findNearestNeighbor(T point,
Node<T> node,
int depth) |
KDTree<T> |
getKDTree() |
Copyright © 2015–2021 Fiji. All rights reserved.