Page 1 of 1

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

Posted: Wed Mar 19, 2025 9:47 am
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!

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

Posted: Wed Mar 19, 2025 10:04 pm
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?)