Search found 2 matches

by hugzer
Mon Jan 07, 2019 12:32 pm
Forum: CCLib
Topic: Build solution with DistanceComputationTool::computeCloud2MeshDistance
Replies: 2
Views: 20364

Re: Build solution with DistanceComputationTool::computeCloud2MeshDistance

Thanks Daniel, Command line wiki was very useful."CloudCompare -o cloud1.bin -o mesh.obj -c2m_dist" command generated scalar distance fields but is it a way to generate only a simple file with average C2M distance ? I want only the average of scalar fields. Maybe it is a way to implement m...
by hugzer
Fri Jan 04, 2019 7:09 pm
Forum: CCLib
Topic: Build solution with DistanceComputationTool::computeCloud2MeshDistance
Replies: 2
Views: 20364

Build solution with DistanceComputationTool::computeCloud2MeshDistance

Hi everyone, For a school project I have to realize a solution/script in C++ that use computeCloud2MeshDistance to compare a PC with a mesh. I have, in input, a xyz file that contains the point cloud and a off file that contains the mesh and I want only the final average distance between my two comp...