Qutom / BoundaryDetection-Algorithm-for-Point-Cloud-Data

Implement "Novel algorithms for 3D surface point cloud boundary detection and edge reconstruction" using Python
15 stars 1 forks source link

没有找到模块NearestNeighbors #2

Open zhangwanyao opened 1 year ago

zhangwanyao commented 1 year ago

Where is the module NearestNeighbors

Qutom commented 9 months ago

I used NN module in scikit-learn library. from sklearn.neighbors import NearestNeighbors

zhangwanyao commented 7 months ago

Ok, thank you very much