fwilliams / point-cloud-utils

An easy-to-use Python library for processing and manipulating 3D point clouds and meshes.
https://www.fwilliams.info/point-cloud-utils/
MIT License
1.35k stars 107 forks source link

Is there a function to select the points with high curvature? #25

Open YWCHEN-ZERO opened 4 years ago

YWCHEN-ZERO commented 4 years ago

Hello! Thanks for your excellent library. I want to select points with high curvature in a point cloud, is there any function to accomplish it?

fwilliams commented 4 years ago

Hey @YWCHEN-ZERO currently there isn't (sorry!) but I actually need this function too for a project so I plan on adding it in when I get time.

fwilliams commented 2 years ago

I added functions for mesh curvature. Not sure if it's what you need. For point cloud curvature there are many possible approaches which I'll try and add in the future