Daniel Girardeau-Montaut
Daniel Girardeau-Montaut
Hi Paul, Which version are you based on? Because I believe this issue has been fixed some time ago? When 'resize' is called on a point cloud, all scalar fields...
@prascle I found the issue... the PointCloudTpl::resize method was not always called 😅 I fixed it (normally): https://github.com/CloudCompare/CloudCompare/commit/a5d613fe15b7acd0ad0423ff85f3836e63898774
That looks very interesting, but I'll let @prascle give his thoughts. Would it be possible to use that to trigger some automatic tests such as what we do on the...
Yes, I don't know how it works exactly with the main CloudCompare repo, but we use some Continuous Integration mechanism of github to trigger builds whenever a new commit is...
Internally, it's an array of N*3 integers (i1, i2, i3) (a triplet for each triangle). And the indices refer to the associated cloud ('vertices'). Each integer index is the index...
So I'll let Paul or others comment on your questions, but I just have comment: the histogram that shows in your capture is not the result of the Disance computation...
Will this work on all platforms? I have some doubt about Windows ;). And can you make this optional also?
Can GTE create triangular meshes? (as CGAL does currently)
Ok. Interesting (however for now we only use 2D Delaunay triangulation I believe. I would be interested to see how this library performs on big clouds (e.g. 5 to 10M....
Hi, From what I see in this PR (at this point) the changes to the existing code base seem reasonable. And if you wish to contribute your parallel version upstream,...