KristofferC / NearestNeighbors.jl

High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Other
413 stars 65 forks source link

add inrect() query #150

Closed aplavin closed 1 year ago

aplavin commented 2 years ago

Commonly called "range search" (https://en.wikipedia.org/wiki/Range_searching), but NN.jl already has inrange that selects points within a circle - so I call the new function inrect.

aplavin commented 2 years ago

bump