Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.01 KB

geom-knn

screenshot

Live demo

Drawing / debug toy based on 2x recursive KNN search using the k-D tree implementation provided by @thi.ng/geom-accel package. For each new mouse/touch movement the 1st search pass selects up to 200 neighboring points. Those points are highlighted in blue. For each of those a secondary KNN search is performed selecting up to 8 neighbors. These matches are visualized as lines.

Please refer to the example build instructions on the wiki.

IMPORTANT: Please also see the troubleshooting note and temporary workaround for this example.

Authors

  • Karsten Schmidt

License

© 2018 Karsten Schmidt // Apache Software License 2.0