Automating Point Cloud Classification Based on Distance to OBJ Model (Mesh)

Feel free to ask any question here
Post Reply
Saadiav
Posts: 1
Joined: Wed Mar 19, 2025 9:30 am

Automating Point Cloud Classification Based on Distance to OBJ Model (Mesh)

Post by Saadiav »

Hello everyone,

I’m working on a project where I have an OBJ model (mesh) with several children (more than 700 mesh objects) and its corresponding point cloud. The mesh and the point cloud are perfectly aligned. My goal is to automate the classification of the point cloud based on the distance to these mesh objects, giving the label of each object to points.

Is this task achievable using pycc and cccorelib? If yes, do you have any suggestions or ready-to-use code examples to help me get started?

Thanks in advance for your help!
daniel
Site Admin
Posts: 7885
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Automating Point Cloud Classification Based on Distance to OBJ Model (Mesh)

Post by daniel »

Maybe this question should be asked on the github page of one of the Python wrapper project? (either CloudCompy or the Python wrapper?)
Daniel, CloudCompare admin
Post Reply